python: pip install opencv-python give me error

拜拜、爱过 提交于 2020-03-26 03:03:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!