解决Consider using the `--user` option or check the permissions.
今天用清华大学镜像源下载opencv-contrib-python突然报错,意思是访问权限不够。

解决方法:加上--user
pip install --user opencv-contrib-python -i https://pypi.tuna.tsinghua.edu.cn/simple

成功了。
今天用清华大学镜像源下载opencv-contrib-python突然报错,意思是访问权限不够。
解决方法:加上--user
pip install --user opencv-contrib-python -i https://pypi.tuna.tsinghua.edu.cn/simple
成功了。