I have been trying to install the latest version of "opencv-contrib-python" package in the new Raspberry Pi (RPi 4). At the time of this writing, the latest version is 4.2.0.34. When I do not specify the version with command pip install opencv-contrib-python, it installs an earlier version (4.1.1.26). When I specify the latest version with command pip install opencv-contrib-python==4.2.0.34, it throws an error as follows ERROR: No matching distribution found for opencv-contrib-python==4.2.0.34.
I tried to look at the official pip webpage (https://pypi.org/project/opencv-contrib-python/), they have this problem under FAQs, where they recommend upgrading pip and installing wheel. I have tried these long before.
I really appreciate it if anyone can comment who might have come across this problem.