Я намагався встановити як OpenCV, так і cv2 як з Pycharm, так і з терміналу, як було запропоновано:
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
Як я можу це виправити та правильно встановити пакунки? Я використовую python 3.4.
sudo apt-get install python3-opencv