當(dāng)我們import cv2時(shí)報(bào)錯(cuò)
ModuleNotFoundError: No module named ‘cv2’
當(dāng)我們使用pip install cv2安裝opencv依然報(bào)錯(cuò)
ERROR: Could not find a version that satisfies the requirement cv3(from versions: none)ERROR: No matching distribution found for cv3
解決辦法
pip install opencv-python