I just build a pc and I have been trying to install matplotlib on it using pip, but for some reason I keep getting this error
Command "python setup.py egg_info" failed with error code 1
I am on windows 10, using python 2.7 and I use
pip install matplotlib
Has this happened to anyone else, and what do I need to do to fix it? It also does this when I try to install pandas as well.
Thanks!