清华镜像源安装opencv或opencv-contrib

pip install opencv-python==版本号 -i https://pypi.tuna.tsinghua.edu.cn/simple 
pip install opencv-contrib-python==和上面相同的版本号 -i https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(opencv,python,计算机视觉)