-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Can't install matplotlib with pip for Python 3.8b4 #15295
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
I reproduced the bug. However, i've no idea how to fix that. Looks like the error is raised in the |
Maybe worth noting that even if the install did not fail, there is no guarantee for matplotlib 3.1 working on python 3.8. (matplotlib 3.1 was released a month before python 3.8 came into beta, so at that point, no testing was in place) |
There is at least one backport necessary to get 3.1.1 working on Python 3.8. |
I'm pretty sure that this is a bug in Python's path handling on windows that looks like it has been fixed for the next beta (https://bugs.python.org/issue38081). |
FYI: I'm running Python 3.8.0 on Debian 9.11 stretch and get a similar error when installing the latest version of matplotlib. |
@DahlitzFlorian Which error? |
I checked my error message again and it's pretty different from the reported one:
Here are some facts concerning my environment and setup:
Hope that helps you. |
@DahlitzFlorian I think this should be reported to pipx and pipenv as bugs. |
Closing as there are py3.8 wheels for mpl3.1.2 on PyPI now. |
Bug report
Bug summary
Pip fails to install matplotlib for Python 3.8b4.
Code for reproduction
Actual outcome
Expected outcome
matplotlib was successfully installed
Matplotlib version
I'm on a virtualenv if this matters.
The text was updated successfully, but these errors were encountered: