问题
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
回答1:
It seems opencv does not work on Python 3.8 yet, see this issue: https://github.com/skvark/opencv-python/issues/253
回答2:
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
来源:https://stackoverflow.com/questions/58835975/python-pip-install-opencv-python-give-me-error