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 fails to detect and install matplotlib dependencies #74

Closed
vbabiy opened this issue Mar 15, 2011 · 5 comments
Closed

pip fails to detect and install matplotlib dependencies #74

vbabiy opened this issue Mar 15, 2011 · 5 comments
Labels
auto-locked Outdated issues that have been locked by automation type: bug A confirmed bug or unintended behavior

Comments

@vbabiy
Copy link
Contributor

vbabiy commented Mar 15, 2011

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.


@vbabiy
Copy link
Contributor Author

vbabiy commented Mar 15, 2011

  • Changed content.

Original Comment By: Taylor Mitchell

@vbabiy
Copy link
Contributor Author

vbabiy commented Mar 15, 2011

Running pip 0.6.3 with Python 2.5 on Ubuntu 8.04 x64 also produces the same
problem.

After entering virtualenv, "pip install -r my-list.txt" said it requires numpy
and failed.

[1][1]

[2][2]

[3][3]

[4][4]

[5][5]



$ virtualenv --no-site-packages tmp

$ source tmp/bin/activate

$ echo "matplotlib" > my-list.txt

$ echo "numpy==1.3.0" >> my-list.txt

$ pip install -r my-list.txt

...

(error, see the attachment for full message)

But use pip install numpy first would work.


Original Comment By: fcamel

@bradleyayers
Copy link
Contributor

In my opinion this is really a problem with matplotlib and the way its setup.py file is written.

@nisavid
Copy link

nisavid commented Aug 1, 2011

indeed, the setup() call in matplotlib's setup script has no install_requires or extras_require parameters. i think it's safe to call this a bug in matplotlib. its setup script still refers to distutils, which (to my knowledge) doesn't support these parameters. unfortunately, the project's website refers to a sf.net bug tracker that is disabled. i sent a message to the matplotlib-users list detailing this problem. i'll post an update here once it's resolved.

@hltbra
Copy link
Contributor

hltbra commented Apr 10, 2013

Duplicate of #25

@hltbra hltbra closed this as completed Apr 10, 2013
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
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 type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

4 participants