我尝试使用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
答案 0 :(得分:0)
我运行pip3 install warrant
时遇到了同样的问题。我通过安装C编译器解决了该问题。尝试安装提供大量编译器的Visual Studio构建工具。