Installing OpenCV for Python

Solving "No matching distribution found for opencv-python."

Shahar Zaks avatar
Written by Shahar Zaks
Updated over a week ago

You can install:

  • opencv  via conda, or

  • opencv-python via pip.

 Conda will probably be easier.

If you use pip, use pip>=8.1.0.

To upgrade pip, add pip as a pip dependency, and set the version to latest . This will first upgrade pip and then install all pip packages.

Did this answer your question?