此问题已在此处有答案:
Error "Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)"(36答案)
Error while installing lxml through pip: Microsoft Visual C++ 14.0 is required(8个回答)
Pip error: Microsoft Visual C++ 14.0 is required(14答案)
Pip error even Microsoft Visual C++ 14.0 is installed(4个答案)
How to solve "error: Microsoft Visual C++ 14.0 or greater is required" when installing Python packages?(7个回答)
19天前关闭。
在命令提示符下安装openpifpaf时导致错误,用于人为检测,我也安装了所有要求,但它导致openpifpaf的构建轮错误
Error:
C:\Users\Dell\AppData\Local\Temp\pip-build-env-8sns8i89\overlay\Lib\site-packages\torch\utils\cpp_extension.py:358: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified
warnings.warn(f'Error checking compiler version for {compiler}: {error}')
building 'openpifpaf._cpp' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for openpifpaf
Failed to build openpifpaf
ERROR: Could not build wheels for openpifpaf, which is required to install pyproject.toml-based projects
我试图安装openpifpaf,但它会导致错误,我希望它打开opencv网络摄像头和访问人类活动
1条答案
按热度按时间7eumitmz1#
使用
Conda
或Poetry
安装问题将由它们自己处理。