python导入cv2

作者: 菜鸟上路咯 | 来源:发表于2019-04-18 23:39 被阅读0次

直接使用pip install cv2导入发现
Collecting cv2
Could not find a version that satisfies the requirement cv2 (from versions: )
No matching distribution found for cv2
最后发现 直接导入集合包即可
pip install opencv-python即可

相关文章

网友评论

    本文标题:python导入cv2

    本文链接:https://www.haomeiwen.com/subject/bqffgqtx.html