Error while installing OpenCV with Python3.9 on MacOS Mojave

1.9k Views Asked by At

Error message:

$ pip3 install opencv-contrib-python

ERROR: Could not find a version that satisfies the requirement opencv-contrib-python (from versions: none)
ERROR: No matching distribution found for opencv-contrib-python
1

There are 1 best solutions below

0
On

Check the answer here.

You have to download source code from https://github.com/skvark/opencv-python, install compiler and necessary libraries and compile OpenCV yourself.