J'ai essayé d'installer OpenCV et cv2 à la fois à partir de Pycharm et à partir du terminal comme suggéré :
pip install --user opencv
pip install --user cv2
mais j'obtiens l'erreur suivante pour eux :
Collecting opencv
Could not find a version that satisfies the requirement opencv (from versions: )
No matching distribution found for opencv
et
Collecting cv2
Could not find a version that satisfies the requirement cv2 (from versions: )
No matching distribution found for cv2
Comment puis-je les corriger et installer les paquets correctement ? J'utilise python 3.4.
3 votes
Si vous êtes sur Ubuntu, essayez
sudo apt-get install python3-opencv
0 votes
Cette réponse a fonctionné pour moi sur Mac OS.
1 votes
Vous devez accepter une réponse
0 votes
Cette réponse a fonctionné pour moi sur Raspberry Pi 3B