之前使用的阿里源七芭,也是很慢枢步。后來(lái)試了清華源,很快睦柴。
臨時(shí)使用
pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
全局設(shè)置
方式一 : /Users/xxxx/.pip
[global]
# index-url = http://mirrors.aliyun.com/pypi/simple/
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = pypi.tuna.tsinghua.edu.cn
方式 二: 打開終端或命令行窗口诽凌,輸入以下命令:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
- 輸入以下命令:
pip config list
如果成功設(shè)置毡熏,您應(yīng)該能夠在輸出結(jié)果中看到以下一行:
global.index-url = https://pypi.tuna.tsinghua.edu.cn/simple
嘗試在新的命令行窗口,再次運(yùn)行上述命令侣诵。
現(xiàn)在痢法,您的pip已經(jīng)成功切換到清華源:
pip install opencv-python