Python国内镜像源

知名国企:

豆瓣 https://pypi.doubanio.com/simple/

网易 https://mirrors.163.com/pypi/simple/

阿里云 https://mirrors.aliyun.com/pypi/simple/

腾讯云 https://mirrors.cloud.tencent.com/pypi/simple


知名高校:

清华大学(推荐):https://pypi.tuna.tsinghua.edu.cn/simple

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

华中理工大学:http://pypi.hustunique.com/

山东理工大学:http://pypi.sdutlinux.org/


Python全栈工程师视频课件:wwww.dqu.cc

我爱云盾:woaiyundun.cn

Pythonit教程网:blog.pythonit.cn

安装镜像
python 复制代码
[global]
index-url = https://mirrors.cloud.tencent.com/pypi/simple
trusted-host = mirrors.cloud.tencent.com

永久安装镜像
python 复制代码
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
相关推荐
wj3055853787 小时前
课程 9:模型测试记录与 Prompt 策略
linux·人工智能·python·comfyui
天竺鼠不该去劝架7 小时前
金融行业 AI Agent 落地架构 存量银行系统适配改造方案
经验分享
星寂樱易李7 小时前
iperf3 + Python-- 网络带宽、网速、网络稳定性
开发语言·网络·python
qingfeng154158 小时前
企业微信机器人开发:如何实现自动化与智能运营?
人工智能·python·机器人·自动化·企业微信
candyTong8 小时前
Claude Code 的 Edit 工具是怎么工作的
javascript·后端·架构
GetcharZp10 小时前
GitHub 2.4 万 Star!D2 正在重新定义程序员画图方式
后端
weixin_5372170610 小时前
答辩ppt模板资源合集
经验分享
彦为君11 小时前
Agent 安全:从权限提示到沙箱隔离
python·ai·ai编程
zhangxingchao11 小时前
多 Agent 架构到底怎么选?从 Claude Agent Teams、Cognition/Devin 到工程落地原则
前端·人工智能·后端