다음을 사용하여 제안 된대로 Pycharm과 터미널에서 OpenCV와 cv2를 모두 설치하려고했습니다.
pip install --user opencv
pip install --user cv2
하지만 다음과 같은 오류가 발생합니다.
Collecting opencv
Could not find a version that satisfies the requirement opencv (from versions: )
No matching distribution found for opencv
과
Collecting cv2
Could not find a version that satisfies the requirement cv2 (from versions: )
No matching distribution found for cv2
이 문제를 해결하고 패키지를 올바르게 설치하려면 어떻게해야합니까? 파이썬 3.4를 사용하고 있습니다.
sudo apt-get install python3-opencv