Python Forum
install matplotlib - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: install matplotlib (/thread-20406.html)



install matplotlib - falahfakhri - Aug-09-2019

Hi all this is my first post in here, and I'm a new user of python, I need your help please,

I'm facing up problem while trying to install matplotlib , I have py34 the reason behind that is to configure it with SNAPPY, in SNAP, coming back to my demand, would you please to help me find the wheel in order to install matplotlib in windows 10 , 64, py34,

I'm getting this error, (Command python setup.py egg_info failed with error code 1 in C:\Users\FALAHF~1\AppData\Local\Temp\pip_build_FALAH FAKHRI\matplotlib
Storing debug log for failure in C:\Users\FALAH FAKHRI\pip\pip.log)

How could I solve this problem and install matplotlib?

many thanks in advance,


RE: install matplotlib - falahfakhri - Aug-09-2019

finally I found the compatible wheel from here https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.5.1/

for python34
and successfully installed matplotlib using the following way,

$ C:/Python34/Scripts/pip install matplotlib.whl


RE: install matplotlib - BaoProgramming - Aug-09-2019

Greeting to All! This is my first post in here.
Quick question, what about pip install from USB drive? The place I help other folks have very limited internet coverage, wondering if there is a way to install PIP packages from USB drive I pre-downloaded in a good WiFi environment to other people's laptop which they don't have Internet access. Appreciate all your helps!


RE: install matplotlib - Nitram - Aug-16-2019

Matplotlib comes included with anaconda if you wanted to avoid this and similar issues