python3.8 pip insntall matplotlib

python3.8 pip insntall matplotlib时报错

python3.8 pip insntall matplotlib时报错

先是在pycharm中安装,错误提示:
error: command ‘C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe’ failed with exit status 2
Try to run this command from the system terminal. Make sure that you use the correct version of ‘pip’ installed for your Python interpreter located at ‘C:\Users\203\PycharmProjects\untitled\venv\Scripts\python.exe’.
在cmd中pip install依旧报错:
ERROR: Command errored out with exit status 1: …compile Check the logs for full command output.

下载轮子.whl

matplotlib for python3.8 am64 地址:https://pypi.org/project/matplotlib/3.2.0rc1/#files
直接下载对应版本就好。

安装

我是将轮子下载在桌面上,打开cmd,切换到desktop,在python和pip都正确的情况下:
python3.8 pip insntall matplotlib_第1张图片
就可以了。

你可能感兴趣的:(python)