简体   繁体   English

无法在python 3.7中安装Matplotlib

[英]Can't install Matplotlib in python 3.7

For install matplotlib in windows 10 64 bit machine get error showing 对于在Windows 10 64位机器上安装matplotlib得到错误显示

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. 所有的福斯特确保你有pip的工作。 To install pip please follow the link Pip install and then update the setup And try: 要安装pip请点击Pip install链接,然后更新设置并尝试:

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. 新安装的窗口,只安装了python 3.7.0。 No security software installed. 没有安装安全软件。 Those upgrade command does not work at all. 那些升级命令根本不起作用。 After roll back to 3.6.5, they could be installed normally. 回滚到3.6.5后,它们可以正常安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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