pip安装openvc-python国内镜像源

采用清华大学的镜像源。

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

即可。

原文地址:https://www.cnblogs.com/Believe-oneself/p/12193572.html