Skip to content
New issue

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

setup.py install_packages is broken #53

Open
Schmoho opened this issue Jun 7, 2022 · 1 comment
Open

setup.py install_packages is broken #53

Schmoho opened this issue Jun 7, 2022 · 1 comment

Comments

@Schmoho
Copy link

Schmoho commented Jun 7, 2022

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.

@Schmoho
Copy link
Author

Schmoho commented Jun 7, 2022

It seems like this requirements file is at least suitable for running the setup and load_db scripts.

requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant