Horje
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) Code Example
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2
#Know the reason is really dumb, because the reason is that the package of CV2 is not called cv2 but called opencv-python

pip install opencv-python

#For python3:
pip3 install opencv-python
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
# ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
$ pip install opencv_contrib_python




Shell

Related
angular install ng-apexcharts Code Example angular install ng-apexcharts Code Example
add upstream in git Code Example add upstream in git Code Example
"git reset –- soft head^" Code Example "git reset –- soft head^" Code Example
how to make a file writable in ubuntu 20.04 Code Example how to make a file writable in ubuntu 20.04 Code Example
check all the ports in use mac Code Example check all the ports in use mac Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11