Ich habe versucht, sowohl OpenCV als auch cv2 von Pycharm und vom Terminal zu installieren, wie vorgeschlagen mit:
pip install --user opencv
pip install --user cv2
aber ich bekomme folgenden Fehler für sie:
Collecting opencv
Could not find a version that satisfies the requirement opencv (from versions: )
No matching distribution found for opencv
und
Collecting cv2
Could not find a version that satisfies the requirement cv2 (from versions: )
No matching distribution found for cv2
Wie kann ich diese beheben und die Pakete ordnungsgemäß installieren? Ich benutze Python 3.4.
sudo apt-get install python3-opencv