最近在pycharm中安装opencv时遇到了:
ERROR: Could not find a version that satisfies the requirement opencv (from versions: none)
经过各种尝试,最后找到了解决方法,于是赶紧写篇博客,分享给有需要的同学。
问题描述
解决方案
使用如下代码:
pip3 install opencv-python
最近在pycharm中安装opencv时遇到了:
ERROR: Could not find a version that satisfies the requirement opencv (from versions: none)
经过各种尝试,最后找到了解决方法,于是赶紧写篇博客,分享给有需要的同学。
使用如下代码:
pip3 install opencv-python