I'm having problem during the installation of opencv-python in pycharm. After opening pycharm I click on settings and then project interpreter, I click on '+' and search for the correct module, I started the installation but it fails with
Could not find a version that satisfies the requirement opencv-python (from versions: )
No matching distribution found for opencv-python
Additionally I tried installing it through console but I get the same error. I also have updated to the last pip version, how can I solve this?
EDIT / UPDATE: You can now install through pip
, support was added to python 3.8
OpenCV is not yet (officially) compatible with python 3.8. this version of python is quite new and lots of pip packages can't be installed on it (yet). You can verify that at the bottom of the PyPi page for OpenCV
Three possible solutions:
Also, you can track when support will come to python 3.8 in this GitHub issue