2019-08-01cv2模块下载失败的解决办法
2019-08-01 本文已影响0人
七天七念
一开始我们运行pip install cv2 提示如下:
Could not find a version that satisfies the requirement cv2 (from versions: )
No matching distribution found for cv2
我们运行如下:
pip install opencv-python 或 pip install opencv_python
这时候就安装完成