0

I am install python 3.8.0v and run pip install opencv-python its give me error.

ERROR: Could not find a version that satisfies the requirement opencv-python (from versions: none)
ERROR: No matching distribution found for opencv-python
alexisdevarennes
  • 5,437
  • 4
  • 24
  • 38
Keyur Patel
  • 89
  • 4
  • 9
  • 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) – Butiri Dan Nov 13 '19 at 12:11
  • Python supported version - 2.7 3.4 3.5 3.6 3.7 – Dmitry Leiko Nov 13 '19 at 13:25

3 Answers3

2

It seems opencv does not work on Python 3.8 yet, see this issue: https://github.com/skvark/opencv-python/issues/253

luis.parravicini
  • 1,214
  • 11
  • 19
1

You can also refer to this question also Similar Question

What you can also try is installing opencv-contrib-python using pip.I have used the above solutions earlier and they worked for me in Python 3.5.1.They might also work for Python 3.7

Dhruv Marwha
  • 1,064
  • 2
  • 14
  • 26
0

Try to install the latest version of python. Or u can upgrade your pip ... Or try installing opencv-contrib-python using pip.