“ERROR: Could not find a version that satisfies the requirement opencv (from versions: none) ” 成功解决!

最近在pycharm中安装opencv时遇到了:
ERROR: Could not find a version that satisfies the requirement opencv (from versions: none)
经过各种尝试,最后找到了解决方法,于是赶紧写篇博客,分享给有需要的同学。

问题描述

“ERROR: Could not find a version that satisfies the requirement opencv (from versions: none) ” 成功解决!_第1张图片

解决方案

使用如下代码:

pip3 install opencv-python

最终结果

“ERROR: Could not find a version that satisfies the requirement opencv (from versions: none) ” 成功解决!_第2张图片

你可能感兴趣的:(python专栏,python,opencv安装解决方案)