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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: