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
Due to the way pip works, if you have a requirements.txt file which includes statsmodels and its dependencies (numpy, pandas, etc), then attempt to run a:
$ pip install -r requirements.txt
It will fail because pip runs the setup.py of every package before installing any of the packages.
Due to the way pip works, if you have a requirements.txt file which includes statsmodels and its dependencies (numpy, pandas, etc), then attempt to run a:
It will fail because pip runs the setup.py of every package before installing any of the packages.
Couple related issues:
pypa/pip#25
scipy/scipy#453
pandas-dev/pandas#2732
The text was updated successfully, but these errors were encountered: