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

Unable to install statsmodels in the same requirements file as numpy, pandas, etc. #1628

Closed
ervandew opened this issue Apr 23, 2014 · 2 comments

Comments

@ervandew
Copy link

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.

Couple related issues:
pypa/pip#25
scipy/scipy#453
pandas-dev/pandas#2732

@josef-pkt
Copy link
Member

Are you using current master?

I think this has been fixed with #1267

@ervandew
Copy link
Author

#1267 looks like it should solve the issue. My appologies for the added noise.

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

2 participants