我想在命令提示符中使用matplotlib
为Python安装pip install matplotlib
软件包,但突然这些行变成红色,并出现下一个错误:
ERROR: Command errored out with exit status 1: 'c:\users\pol\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Pol\\AppData\\Local\\Temp\\pip-install-v44y041t\\matplotlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\Pol\\AppData\\Local\\Temp\\pip-install-v44y041t\\matplotlib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Pol\AppData\Local\Temp\pip-record-d5re6a86\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output.
我正在使用Windows,而我的Python版本是3.8.0。我已经尝试过python -m pip install matplotlib
,但是没有用。
答案 0 :(得分:0)
有同样的问题。遇到了一个解决方案(据我了解,这是最近的):
python -m pip install -U matplotlib==3.2.0rc1
说明:
由于没有可用的轮子,因此在以下位置安装matplotlib 3.1.1 python 3.8需要从源代码构建它。这个过程可能会变成 有点麻烦因此,对于任何对此有疑问的人, 要么
在python 3.7上安装matplotlib 3.1.1等待matplotlib 3.2.0被 与python 3.8的相应轮子一起发布
另外,有人指出了存放在这里的车轮: https://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib
但是我自己还没有尝试过。
答案 1 :(得分:-2)
尝试以管理员权限运行命令提示符
如果问题仍然存在,请尝试重新安装pip