You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to install matplotlib on Windows 7 via python_d -m pip install matplotlib it fails with Command "python setup.py egg_info" failed with error code 1 ... and ... \site-packages\pip\basecommand.py:229: ResourceWarning: unclosed file <_io.BufferedReader name=3>
It might be related to issue #9176, in the sense that this ResourceWarning is reported as well (in one of the comments). It fails with both python 3.6.4 and python 3.7.0b1. If I use python.exe instead of python_d.exe it does work with python 3.6.4.
Matplotlib version
Operating system: Windows 7 Enterprise
Matplotlib version: 2.1.2
Python version: 3.6.4, 3.7.0b1
Python has been installed by using the executable installer from www.python.org/downloads/windows. Then I run the aforementioned pip command.
Thanks
The text was updated successfully, but these errors were encountered:
Bug report
Bug summary
Hi,
If I try to install matplotlib on Windows 7 via
python_d -m pip install matplotlib
it fails withCommand "python setup.py egg_info" failed with error code 1 ...
and... \site-packages\pip\basecommand.py:229: ResourceWarning: unclosed file <_io.BufferedReader name=3>
It might be related to issue #9176, in the sense that this ResourceWarning is reported as well (in one of the comments). It fails with both python 3.6.4 and python 3.7.0b1. If I use
python.exe
instead ofpython_d.exe
it does work with python 3.6.4.Matplotlib version
Python has been installed by using the executable installer from www.python.org/downloads/windows. Then I run the aforementioned
pip
command.Thanks
The text was updated successfully, but these errors were encountered: