python安装opencv报错ERROR: ERROR: Could not build wheels for opencv-python, which is required to install
当你在pytorch中下载opencv时可能会出现ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects时,很可能是因为你的版本3.6和opencv的版本不匹配。在terminal中使用pip install opencv-python==
·
pip install opencv-python报错
当你在pytorch中下载opencv时可能会出现ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects时,很可能是因为你的版本3.6和opencv的版本不匹配。
在terminal中使用 pip install opencv-python==4.3.0.38
即可解决问题
更多推荐
所有评论(0)