Lineage installation does not build with PyPa #174
Labels
Bioscrape Core
Issues pertaining to core bioscrape functionality
bug
Something isn't working
Lineages
Issues pertaining to bioscrape lineages
With new Python v3.12 compatibility in Bioscrape and changes to the Python build process for PyPi release (the recommended way is through: https://build.pypa.io/en/latest/), the command
python -m build
throws an error in lineage installation.Suggested fix: Set up such that
pip install bioscrape
only installs bioscrape core without lineage. For users who need lineage, the direct installation method would still work withpython setup.py install lineage
after cloning the repository.An alternate (ideal) fix: Set up the build process such that lineage is also built and packaged in the distribution.
The text was updated successfully, but these errors were encountered: