[Solved] Issue with pip install


Step 1: Find the version of Python that you are using (Is it 2.7 or 3.5 or any other?)
enter image description here

Step 2: Click on this link and find ‘Matplotlib’.

http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip

Download the .whl according to the version of python you are using.Here, I have shown for version 2.7

enter image description here

Step 3: Copy the .whl and place it in the Python 2.7 folder (find the location where Python is installed and pointing to).

Step 4: Run the executable as follows:

enter image description here

Lastly, check your internet connection as well. Hope this helps!

solved Issue with pip install