본문 바로가기
CS/Python

[Python 오류] import cv2 안 될 때, install cv2

by Code Song 2023. 6. 4.

문제

비주얼스튜디오 또는 cmd에서 pip install cv2 입력 시ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2

 

해결

pip install opencv-python

그 후에 다시 import cv2

댓글