凭单安装点子失败

时间:2019-01-23 16:52:55

标签: python

我尝试使用pip安装权证,并出现以下错误:

Command "c:\...\venv\scripts\python.exe -u -c "import setuptools, tokenize;
__file__='C:\\...\\AppData\\Local\\Temp\\1\\pip-install-lahy2d9f\\pycryptodome\\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:\...\AppData\Local\Temp\1\pip-record-2t9higml\install-record.txt --single-version-externally-managed --compile --install-headers c:\\...\venv\include\site\python3.6\pycryptodome" 
failed with error code 1 in C:\\...\AppData\Local\Temp\1\pip-install-lahy2d9f\pycryptodome\

其他任何人以前都遇到过这个问题吗?

python版本:3.6

点子版本:19.0.1

1 个答案:

答案 0 :(得分:0)

我运行pip3 install warrant时遇到了同样的问题。我通过安装C编译器解决了该问题。尝试安装提供大量编译器的Visual Studio构建工具。

Link to Visual Studio build tools download