Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
install matplotlib
#1
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,
Reply
#2
finally I found the compatible wheel from here https://sourceforge.net/projects/matplot...lib-1.5.1/

for python34
and successfully installed matplotlib using the following way,

$ C:/Python34/Scripts/pip install matplotlib.whl
Reply
#3
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!
Reply
#4
Matplotlib comes included with anaconda if you wanted to avoid this and similar issues
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to install matplotlib? broccolee 3 5,289 Mar-15-2019, 03:18 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020