大家好!今天让小编来大家介绍下关于python如何安装cv2的问题,以下是酷知号的小编对此问题的归纳整理,让我们一起来看看吧。
python如何安装cv2
使用pip3 安装cv2包的时候报错
1 PS C:Userslenovo> 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
以上就是小编对于python如何安装cv2问题和相关问题的解答了,python如何安装cv2的问题希望对你有用!
文章来自互联网,只做分享使用。发布者:酷知号,转转请注明出处:https://www.kuzhihao.com/article/427257.html