-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Matplotlib fails to install pyparsing with Python 2 #1792
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
Comments
Hmm. Sounds like a problem with
Agreed. |
I've suggested a fix in #1794. |
I agree with your approach in that PR. I'll close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I try and install Matplotlib 0c6f12a, pyparsing fails to install on Python 2:
this is because pyparsing 2.0.0 is not Python 2-compatible. The fix in my case is to install
pyparsing
manually:but this should really work out of the box.
The text was updated successfully, but these errors were encountered: