我从具有类似错误消息的问题中搜索并应用了解决方案。 !pip安装镜头给我错误:
error: Microsoft Visual C++ 14.0 is required. Get it with
"Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit
status 1: 'c:\python3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'C:\\Users\\erjan222\\AppData\\Local\\Temp\\pip-install-_qkcxb7t\\accumulation-tree\\setup.py'"'"';
__file__='"'"'C:\\Users\\erjan222\\AppData\\Local\\Temp\\pip-install-_qkcxb7t\\accumulation-tree\\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:\Users\erjan222\AppData\Local\Temp\pip-record-874bit1_\install-record.txt'
--single-version-externally-managed --compile Check the logs for full command output.
我已经搜索并应用了this question on stackoverflow的答案并应用了其解决方案:
pip install -U setuptools
pip install -U wheel
我确实安装了视觉工具安装程序,但没有选择要安装的任何软件包,因为它们似乎与我需要的软件包有所不同。
我如何安装这个镜库镜头?
答案 0 :(得分:0)
显然有效!我安装了14.00 c ++版本,然后安装了一些软件包。
14.00 c ++可视化构建工具可能有效。