pip install镜像源(更新和换源)

pip install镜像源(更新和换源)

1.pip安装依赖包默认访问的源:

因为服务器架设在国外的缘故,很多时候不好用网速不行,这时候就需要选择国内的一些安装源安装相应的包

c++ 复制代码
https://pypi.Python.org/simple/

2.设置默认源

打开cmd命令行,升级 pip 到最新的版本 (>=10.0.0) 后进行配置:

python 复制代码
#更新pip源
python -m pip install --upgrade pip
#换源    
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

如果您的 pip 默认源的网络连接较差,临时使用本镜像站来升级 pip:

c++ 复制代码
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip

其他的镜像源网址:

c++ 复制代码
豆瓣						?http://pypi.douban.com/?
中国科学技术大学		    http://pypi.mirrors.ustc.edu.cn/simple/?
清华:					   https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:				  http://mirrors.aliyun.com/pypi/simple/
华中理工大学:				http://pypi.hustunique.com/
山东理工大学:				http://pypi.sdutlinux.org/?
相关推荐
古希腊掌管学习的神13 分钟前
[搜广推]王树森推荐系统——矩阵补充&最近邻查找
python·算法·机器学习·矩阵
LucianaiB1 小时前
探索CSDN博客数据:使用Python爬虫技术
开发语言·爬虫·python
PieroPc3 小时前
Python 写的 智慧记 进销存 辅助 程序 导入导出 excel 可打印
开发语言·python·excel
梧桐树04297 小时前
python常用内建模块:collections
python
Dream_Snowar7 小时前
速通Python 第三节
开发语言·python
蓝天星空9 小时前
Python调用open ai接口
人工智能·python
jasmine s9 小时前
Pandas
开发语言·python
郭wes代码9 小时前
Cmd命令大全(万字详细版)
python·算法·小程序
leaf_leaves_leaf9 小时前
win11用一条命令给anaconda环境安装GPU版本pytorch,并检查是否为GPU版本
人工智能·pytorch·python
夜雨飘零19 小时前
基于Pytorch实现的说话人日志(说话人分离)
人工智能·pytorch·python·声纹识别·说话人分离·说话人日志