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

Ordering of requirements.txt causes a crash upon fresh install. #67

Open
jgagneastro opened this issue Jul 16, 2024 · 0 comments
Open

Comments

@jgagneastro
Copy link

Trying to install the missing packages directly from requirements.txt with:

pip install -r requirements.txt

Causes a crash because pandas is listed before numpy, causing this error when pandas is being installed:

ModuleNotFoundError: No module named 'numpy'.

There may be further changes required to make the requirements.txt work in a fresh environment, because I then got stuck with the required numpy version not being compatible with the latest Python.

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