'ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2
Hi my problem is that whenever i try to install a package (cv2)/(pip install cv2) it show an error as the title shows my code is a python code using opencv please do reply if you have any ideas or answers of this question thanks for your time. sorry stackoverflow hasn't allowed me too post the code so sorry you cant see the code
Solution 1:[1]
just ask google how install Opencv ....
for python2:
pip install opencv-python
for python3
pip3 install opencv-python
Solution 2:[2]
For Python 3:
pip install opencv-contrib-python
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | RashidLadj_Winux |
Solution 2 | S.B |