【发布时间】:2018-08-22 19:25:03
【问题描述】:
我尝试在 python 3.7 上使用命令 pip3 install枕头 安装 pillow。软件包下载了 fine 但在安装过程中出现以下错误。我也尝试使用wheel下载,但也失败了。有什么建议吗?谢谢。
Command "c:\...\python37\python.exe -u -c "import setuptools, tokenize;__file__='C:\\...\\A~1.M\\AppData\
\Local\\Temp\\pip-build-phpvx_2j\\pillow\\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:\...\pip-lde0t8n9-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\...\pip-build-phpvx_2j\pillow\
【问题讨论】:
-
试试 setuptools 和 wheel stackoverflow.com/questions/14296531/…
-
setuptools 已经是最新的了。
标签: python python-3.x