-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Unable to install matplotlib 2.2.4 from pypi with Python 2.7.15 #13553
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
Because I forgot to upload the windows wheels 🐑 . Try now. |
Thanks for fixing so fast!!! |
Looks like this is fixed, feel free to comment or re-open if it isn't! |
I'm getting this trying to install matplotlib-3.1.1 (using pip) on Windows with Python 3.8.0 64 bit
|
I am also having this problem.
|
Me too, same error with Visual Studio 2017 Community Edition. |
Matplotlib 3.1.2 is out, which contains wheels for Python 3.8. So no need to go through a full build process for a pip install anymore. |
Hello, I'm opening back this issue as I have the same error, freetype & png are both not found. I'm using v3.0.3 with py 3.8.2 |
We do not typically upload wheels for older releases of Matplotlib for versions of python that were not release when that version of Matplotlib was released. If you want to use an old Matplotlib with a new python you will have to build from source. |
@tacaswell but 3.0.3 isn't last version? Sorry I'm quite confused, I just tried to install matplotlib from pip. |
No, the latest version is 3.2.1, see https://pypi.org/project/matplotlib/#history Can you please move this discussion to https://discourse.matplotlib.org/c/community/install/13 ? Please make sure to include details like your OS, how you installed Python, and how you tried to install Matplotlib. |
Bug report
Bug summary
Matplotlib 2.2.4 cannot be installed on Windows with Python 2.7.15 from pypi.
Code for reproduction
Actual outcome
Expected outcome
Matplotlib 2.2.3 can be installed in the same environment correctly.
Matplotlib version
print(matplotlib.get_backend())
):The text was updated successfully, but these errors were encountered: