import cv2
ModuleNotFoundError: No module named 'cv2'
(base) PS D:\CAMERA-D861T\LabelImg> pip3 install cv2
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2
- 办法1
试了无效。
-
办法2
pip3 install opencv-python