1

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
2

3 Answers 3

2

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

0
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

0

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

1

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.