pip install xxx时出现速度过慢或443连接超时等问题

pip install xxx时出现速度过慢或443连接超时等问题

只需在在命令后加上 -i 镜像即可

以下为比较常用的几个镜像

清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/

使用方法:

pip install package_name -i https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(python,linux,开发语言)