300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > 【Python】Could not find a version that satisfies the requirement cv2 (from versions: ) 的解决方案

【Python】Could not find a version that satisfies the requirement cv2 (from versions: ) 的解决方案

时间:2019-12-28 04:40:21

相关推荐

【Python】Could not find a version that satisfies the requirement cv2 (from versions: ) 的解决方案

pip下载cv2出现下面的错误:

Could not find a version that satisfies the requirement cv2 (from versions: )

No matching distribution found for cv2

我的Python版本是3.7+

解决方案:

修改pip语句为:pip install opencv-python,下载完毕后再import cv2就可以正常使用了。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。