Zah*_*abi 9 python analysis matplotlib
对于在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\
Run Code Online (Sandbox Code Playgroud)
请帮忙
首先确保你有pip工作。要安装,pip请点击链接Pip install,然后更新设置并尝试:
python -mpip install -U pip
python -mpip install -U matplotlib
Run Code Online (Sandbox Code Playgroud)
如果不起作用,则使用以下方法
pip install --upgrade setuptools
Run Code Online (Sandbox Code Playgroud)