学无先后,达者为师

网站首页 Python教程 正文

ERROR: Could not find a version that satisfies the requirement opencv-python ERROR: No matching dist

作者:Austinu 更新时间: 2022-03-15 Python教程

如果你有如下 错误:

ERROR: Could not find a version that satisfies the requirement opencv-python

ERROR: No matching distribution found for opencv-python

当你试过

pip install cv2

或者

pip3 install cv2

亦或者

pip install opencv-python

还是无法安装opencv,那么可以考虑下面的安装方法:

此方法在目前来看是有效的:

python -m pip install opencv-python

原文链接:https://blog.csdn.net/Austin_/article/details/117791645

栏目分类
最近更新