我正在尝试在 Windows 上安装 opencv-python 但运行命令后pip install opencv-python我不断收到以下错误:ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly。我使用的是 python 版本 3.9.0 和 pip 版本 pip 20.2.4。我已经尝试升级我的 pip 版本以及 running pip install --upgrade pip setuptools wheel,如在类似线程中找到的那样,但这些似乎都不能解决问题。运行命令后的完整控制台输出:
1 回答
一只甜甜圈
TA贡献1836条经验 获得超5个赞
目前还没有针对opencv-python. 要从源代码编译,您必须安装构建工具 (Visual Studio 15 2017),如错误所示:
scikit-build could not get a working generator for your system. Aborting build.
Building windows wheels for Python 3.9 requires Microsoft Visual Studio 2017.
Get it with "Visual Studio 2017":
https://visualstudio.microsoft.com/vs/
opencv-python
Python 3.9 车轮跟踪问题:https://github.com/skvark/opencv-python/issues/382
添加回答
举报
0/150
提交
取消