You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version ranges are not specific enough, running setup.py on a blank conda env with just python 3.7 installed yields a dependency resolution error because a jupyter version > 6 is installed that requires tornado version > 6, but 4.5.3 is installed earlier.
Furthermore, even after fixating all requirements accordingly, there are requirements missing, in particular cython.
More generally, this project would benefit greatly from a pip freeze requirements.txt file which is suitable for building.
Since BiGG no longer provides SQL dumps, building cobradb has become prerequisite for acquiring a dump, and it is unfortunate that this is not easily accomplished.
The text was updated successfully, but these errors were encountered:
The version ranges are not specific enough, running setup.py on a blank conda env with just python 3.7 installed yields a dependency resolution error because a jupyter version > 6 is installed that requires tornado version > 6, but 4.5.3 is installed earlier.
Furthermore, even after fixating all requirements accordingly, there are requirements missing, in particular cython.
More generally, this project would benefit greatly from a
pip freeze
requirements.txt file which is suitable for building.Since BiGG no longer provides SQL dumps, building cobradb has become prerequisite for acquiring a dump, and it is unfortunate that this is not easily accomplished.
The text was updated successfully, but these errors were encountered: