pip 配置与更换镜像源
国内常用镜像源
清华:https://pypi.tuna.tsinghua.edu.cn/simple
豆瓣:http://pypi.douban.com/simple
阿里云:http://mirrors.aliyun.com/pypi/simple
中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple
华中理工大学:http://pypi.hustunique.com
山东理工大学:http://pypi.sdutlinux.org
# 全局镜像源配置
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install -i <镜像源地址> <第三方库名> # 单次使用镜像源下载第三方库