python如何安装cv2

时间:2019-04-12 21:26:25   收藏:0   阅读:680

使用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

原文:https://www.cnblogs.com/qingdeng123/p/10698595.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!