Actual behaviour
Installing the nonfree version of opencv-contrib-python package using pip on Python 3.8 gives the following error:
ERROR: Could not find a version that satisfies the requirement opencv_contrib_python_nonfree (from versions: none)
ERROR: No matching distribution found for opencv_contrib_python_nonfree
The standard opencv_contrib_python package (version 4.2.0.34) has already been released for Python 3.8 and works without problems, is an updated version of the nonfree package (version 4.1.1.1) planned, too?
Thanks,
Cheers
Steps to reproduce
$ pip install opencv_contrib_python_nonfree
- Operating System: Linux Mint 20 Beta (based on Ubuntu 20.04)
- Architecture: x86_64
- Python version 3.8.2