0

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
AbdelAziz AbdelLatef
  • 3,650
  • 6
  • 24
  • 52
Jason
  • 1
  • 1
  • Does this answer your question? ["Could not find a version that satisfies the requirement opencv-python"](https://stackoverflow.com/questions/45293933/could-not-find-a-version-that-satisfies-the-requirement-opencv-python) – AbdelAziz AbdelLatef Oct 16 '20 at 03:56

1 Answers1

0

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.

AbdelAziz AbdelLatef
  • 3,650
  • 6
  • 24
  • 52