ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)问题原因及解决方法
问题描述
出现没安装该库提示,于是使用命令下载
pip install cv2
但是报错
问题原因
应该是库的名字变了,我用Pycharm的工具Pypi查看,发现搜索cv最顶上的那个是opencv-python,于是我又安装了这个库,报错就消失了
解决方法
使用这条命令
pip install opencv-python
或者在PyPI里面直接点击安装
问题就解决啦!
小技巧
通过手机热点连接网络,别翻墙,别用校园网