清华镜像:

pip install opencv-python==3.4.2.17 -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install opencv-contrib-python==3.4.2.17 -i https://pypi.tuna.tsinghua.edu.cn/simple

安装 opencv-pythonopencv-contrib-python 的版本应该与你的 Python 版本兼容。可以使用以下命令安装与 Python 3.8 兼容的最新版本:

pip install opencv-python==4.5.4.58

pip install opencv-contrib-python==4.5.4.58

请注意,当前最新版本可能已经改变,您可以在 opencv-python · PyPI 和 opencv-contrib-python · PyPI 上查看最新版本并根据需要更新版本号。

如果内容对你有帮助,麻烦点个赞,谢谢!