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

Install from requirements file fails for numpy and scipy #272

Closed
edwardabraham opened this issue Apr 28, 2011 · 1 comment
Closed

Install from requirements file fails for numpy and scipy #272

edwardabraham opened this issue Apr 28, 2011 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@edwardabraham
Copy link

If I have the following lines in my requirements file (requirements.txt)

numpy==1.5.1
scipy==0.9.0

and then run pip install -r requirements.txt, scipy fails with an error as it needs numpy to be installed first. If instead I run

pip install numpy
pip install scipy

then everything works fine. It would be great if the requirements file could force numpy to be installed before moving on, say by adding an 'install' option on the line?

@hltbra
Copy link
Contributor

hltbra commented Apr 28, 2011

Hi,
Thanks for reporting!

This issue is a duplication of issue #25.

I am closing this one, follow issue #25, please.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants