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 matplotlib does not work on Python 3.2 anymore #3443

Closed
blink1073 opened this issue Aug 31, 2014 · 1 comment
Closed

Pip install matplotlib does not work on Python 3.2 anymore #3443

blink1073 opened this issue Aug 31, 2014 · 1 comment

Comments

@blink1073
Copy link
Member

I noticed that matplotlib does not include Python 3.2 in its Travis build, but includes wheels for Python 3.2.
Scikit image has a 3.2 Travis build, and stopped working this week. We traced the problem to a timeout during pip install matplotlib. It prints the config output and then hangs indefinitely (at least 44 minutes). When we instead use pip install matplotlib==1.3.1, the install proceeds as usual.

Failing build: https://travis-ci.org/blink1073/scikit-image/jobs/34035724

@jenshnielsen
Copy link
Member

closing as duplicate

cwrowley added a commit to python-control/python-control that referenced this issue Dec 2, 2014
The travis build hangs when installing matplotlib for python 3.2
(but not 2.7 and 3.3).  This is apparently a documented issue with
matplotlib: see
    matplotlib/matplotlib#3443
    matplotlib/matplotlib#3741
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