python导入cv2
2019-04-18 本文已影响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即可
直接使用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即可