10

For install matplotlib in windows 10 64 bit machine get error showing

python setup.py egg_info" failed with error code 1 in C:\Users\Animus\AppData\Local\Temp\pip-build-urqbuxb_\unroll\

please help

3
  • Same happening here. I have python 3.7 64 bit version on my Windows 10 64-bit machine. I installed numpy,pandas,scipy with no problem but matplotlib is giving error and not installing. Commented Jul 3, 2018 at 10:46
  • I checked here pypi.org/project/matplotlib/#files. It looks like they do not yet have a Windows version of the matplotlib wheel for Python 3.7. Commented Jul 5, 2018 at 19:52
  • I checked pypi.org/project/matplotlib/#files again. On July 9th they posted wheels for Windows. Commented Jul 12, 2018 at 16:50

2 Answers 2

4

Forst of all make sure you have pip working. To install pip please follow the link Pip install and then update the setup And try:

python -mpip install -U pip
python -mpip install -U matplotlib  

and if does not work then use following

pip install --upgrade setuptools
Sign up to request clarification or add additional context in comments.

1 Comment

i did all those things
0

I had the same problem. Newly installed windows, only python 3.7.0 installed. No security software installed.
Those upgrade command do not work at all.
After rollback to 3.6.5, they could be installed normally.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.