【发布时间】:2021-05-02 21:25:20
【问题描述】:
我想在 windows 的 pypy 上安装 matplotlib,但我不能
这是我的错误:
Building wheel for pillow (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\pypy3.7-v7.3.4-win64\pypy3.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\mypc\\AppData\\Local\\Temp\\pip-install-aldxfgwi\\pillow_36442a23e4bc45babfe05dc3de237b82\\setup.py'"'"'; __file__='"'"'C:\\Users\\mypc\\AppData\\Local\\Temp\\pip-install-aldxfgwi\\pillow_36442a23e4bc45babfe05dc3de237b82\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\mypc\AppData\Local\Temp\pip-wheel-sghjaqiu'
错误:命令出错,退出状态为 1: 'C:\pypy3.7-v7.3.4-win64\pypy3.exe' -u -c '导入io, os, sys, 设置工具,标记化; sys.argv[0] = '"'"'C:\Users\mypc\AppData\Local\Temp\pip-install-aldxfgwi\ 枕头_36442a23e4bc45babfe05dc3de237b82\setup.py'"'"'; 文件='"'"'C:\Users\mypc\AppData\Local\Temp\ pip-install-aldxfgwi\pillow_36442a23e4bc45babfe05dc3de237b82\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open) (file) if os.path.exists(file) else io.StringIO( '"'"'从 setuptools 导入 设置; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' 安装--记录 'C:\Users\mypc\AppData\Local\Temp\pip-record-185nr5jz\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\pypy3.7-v7.3.4-win64\include\pillow' 检查日志是否完整 命令输出。
【问题讨论】:
标签: matplotlib pypy