문제
비주얼스튜디오 또는 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
'CS > Python' 카테고리의 다른 글
[Python] 파이썬 올림, 내림, 반올림 총정리 (1) | 2024.07.15 |
---|---|
[Python] string 유용한 함수 (0) | 2024.01.05 |
[Python] float에서 \n이 출력되는 현상 (???) (0) | 2023.04.05 |
[Python] 파이썬 입력 정리 (0) | 2023.04.05 |
[Python 오류] pip install 안 될 때 (0) | 2022.12.16 |
댓글