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
相关推荐
小柯南敲键盘2 分钟前
AI批量翻译Temu商品标题的Python实践
开发语言·人工智能·python
PH = 74 分钟前
SpringBoot使用自动装配编写Start包
java·spring boot·后端
逆境不可逃5 分钟前
Java JUC 同步工具类一次讲透:CountDownLatch、CyclicBarrier、Semaphore、Phaser 与 AQS 共享模式
java·开发语言·python
遥感知识服务11 分钟前
SMAP看每天有多少水,Landsat告诉水最可能出现在哪里:拆解Idai洪水数据驱动预报
python
ychqsq14 分钟前
95.归位
经验分享·职场和发展
酉鬼女又兒24 分钟前
[特殊字符]零基础入门AI:归纳演绎、假设空间、归纳偏好、NFL、过拟合与欠拟合、模型评估选择、超参数、性能度量、混淆矩阵、P-R曲线和F1
人工智能·windows·python·深度学习·安全·机器学习·矩阵
canonical_entropy33 分钟前
Mission Driver:Loop Engineering 的一种通用参考实现
后端·aigc·ai编程
一路向北North38 分钟前
Spring AI(5) :对话机器人-会话记忆
java·后端·spring
艾斯特_1 小时前
Function Calling与工具调用:让模型从回答走向执行
人工智能·python·算法·ai