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

pip install numpy #18

Open
dsiroky opened this issue Jul 17, 2013 · 1 comment
Open

pip install numpy #18

dsiroky opened this issue Jul 17, 2013 · 1 comment

Comments

@dsiroky
Copy link

dsiroky commented Jul 17, 2013

Hi!

I have created a virtualenv and then inside of it I run

pip install -r requirements.txt

requirements.txt contains 2 items/lines: numpy scikits.audiolab

Installing scikits.audiolab fails with

ImportError: No module named numpy.distutils.core

Partial solution is to run pip in two stages:

pip install --no-install -r requirements.txt
pip install --no-download -r requirements.txt

but still the scikits.audiolab must be on the last line because it will stop the "--no-install" stage.

David

@fnielsen
Copy link

There are several packages which have had this problem: scipy/scipy#453 and pandas-dev/pandas#2732. I have not had a problem with Pandas in this respect.

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