-
Notifications
You must be signed in to change notification settings - Fork 3k
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 fails to detect and install matplotlib dependencies #74
Comments
|
Running pip 0.6.3 with Python 2.5 on Ubuntu 8.04 x64 also produces the same After entering virtualenv, "pip install -r my-list.txt" said it requires numpy
... (error, see the attachment for full message) But use pip install numpy first would work.
|
In my opinion this is really a problem with matplotlib and the way its |
indeed, the |
Duplicate of #25 |
Running pip 0.6.3 with Python 2.6 on Ubuntu 9.10 x64
Executing "pip -E . install matplotlib" fails on its own.
However, executing a "pip -E . install numpy" followed by "pip -E . install matplotlib" allows both installs to continue just fine.
Traceback attached.
The text was updated successfully, but these errors were encountered: