使用pip3 安装cv2包的时候报错
1 PS C:\Users\lenovo> pip3 install cv2 2 Collecting cv2 3 Could not find a version that satisfies the requirement cv2 (from versions: ) 4 No matching distribution found for cv2
解决方案:
pip3 install opencv-python
使用pip3 安装cv2包的时候报错
1 PS C:\Users\lenovo> pip3 install cv2 2 Collecting cv2 3 Could not find a version that satisfies the requirement cv2 (from versions: ) 4 No matching distribution found for cv2
解决方案:
pip3 install opencv-python
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。