We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old version of cobra (like the one used in padmet: 0.10.1) cannot be installed in Python 3.7 (opencobra/cobrapy#734).
Need to use a newer version of cobra and at least version 0.13.4:
https://github.com/opencobra/cobrapy/blob/0.13.4/release-notes/0.13.4.md
The text was updated successfully, but these errors were encountered:
Also there is no python-libsbml wheels for Python 3.7 (sbmlteam/python-libsbml#8). So there is some build error.
At this moment, only the experimental version is compatible: https://groups.google.com/forum/#!searchin/libsbml-development/3.7%7Csort:date
Available at: https://pypi.org/project/python-libsbml-experimental/#description
So we have to use this experimental version or wait for the next release.
Sorry, something went wrong.
python-libsbml 5.18 has been released and it supports Python 3.7: http://sbml.org/Software/libSBML/LibSBML_Release_Notes
Update python-libsbml version (issue #1).
b7364a4
Merge pull request #4 from AuReMe/fix_python37
a3ac847
No branches or pull requests
Old version of cobra (like the one used in padmet: 0.10.1) cannot be installed in Python 3.7 (opencobra/cobrapy#734).
Need to use a newer version of cobra and at least version 0.13.4:
https://github.com/opencobra/cobrapy/blob/0.13.4/release-notes/0.13.4.md
The text was updated successfully, but these errors were encountered: