繁体   English   中英

凭单安装点子失败

[英]Pip install for warrant fails

我尝试使用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

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

链接到Visual Studio构建工具下载

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM