错误界面(2种情况)
1:在Terminal界面输入:pip install cv2,报错:Could not find a version that satisfies the requirement cv2 (from versions: ) No matching distribution found for cv2
2:在Project Interpreter处寻找cv2库安装,报错:Non-zero exit code (2)
解决方法:
在百度上查询资料,不存在cv2库,实际需要安装的是名为opencv-python的库。
直接在Terminal界面输入:pip install opencv-python即可安装了。文章来源:https://www.toymoban.com/news/detail-515915.html
文章来源地址https://www.toymoban.com/news/detail-515915.html
到了这里,关于Pycharm安装cv2第三方库失败的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!