Matplotlib install problem

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)

I also tired up to find the right wheel, to run C:/Python34/Scripts/pip install matplotlib-2.2.4-cp27-cp27m-win_amd64.whl

But as you see I didn’t find any compatible wheel, from this website: https://pypi.org/project/matplotlib/#files

Or, from this one as well, https://www.lfd.uci.edu/~gohlke/pythonlibs/

How could I solve this problem and install matplotlib? or any other packages

many thanks in advance,

Hi falahfakhri,
Please post this to the matplotlib issue tracker. This is a forum intended for pytorch usage. You may find better support for this issue there.
Hope this helps!
Regards

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

Thanks a lot for your response and comments, I already solved it,