您现在的位置是:首页 > 技术教程 正文

python安装opencv报错ERROR: Could not build wheels for opencv-python, which is required to install pyproj

admin 阅读: 2024-03-19
后台-插件-广告管理-内容页头部广告(手机)

python3.6安装opencv遇到报错。如下所示:
pip install opencv-python报错。

Please check the install target is valid and see CMake's output for more information. ---------------------------------------- ERROR: Failed building wheel for opencv-python Failed to build opencv-python ERROR: Could not build wheels for opencv-python, which is required to install pyproject.toml-based projects
  • 1
  • 2
  • 3
  • 4
  • 5

原因是使用pip install opencv-python命令安装的是最新版本,python3.6不支持。所以找一个python3.6支持的版本。如opencv-python==4.3.0.38。
在这里插入图片描述

pip install -i https://pypi.douban.com/simple/ pip install opencv-python==4.3.0.38
  • 1
标签:
声明

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

在线投稿:投稿 站长QQ:1888636

后台-插件-广告管理-内容页尾部广告(手机)
关注我们

扫一扫关注我们,了解最新精彩内容

搜索