简体   繁体   中英

Can't install Matplotlib in python 3.7

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

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

The same problem on me. Newly installed windows, only python 3.7.0 installed. No security software installed. Those upgrade command does not work at all. After roll back to 3.6.5, they could be installed normally.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM