当前位置:网站首页>Use the PIP command to switch between different mirror sources
Use the PIP command to switch between different mirror sources
2022-07-27 07:21:00 【icejuhua】
When we use pip Command to install various plug-ins , If you haven't changed the configuration file , The default download source is the foreign image source , So how to use the domestic image source ?
When using foreign image source, the download speed is generally very slow , Installation often fails

We can do it in pip Order to follow -i Image source address to specify the download from the image source
pip install PyQt5_tools -i https://pypi.tuna.tsinghua.edu.cn/simple/among :https://pypi.tuna.tsinghua.edu.cn/simple/ Is the address of Tsinghua source
Common domestic image sources
- Alibaba cloud http://mirrors.aliyun.com/pypi/simple/
- douban http://pypi.douban.com/simple/
- Tsinghua University https://pypi.tuna.tsinghua.edu.cn/simple/
- University of science and technology of China http://pypi.mirrors.ustc.edu.cn/simple/
- Huazhong University of science and technology http://pypi.hustunique.com/
边栏推荐
- Generics -- learn it, and there are many benefits
- 软件测试十大必问面试题(附答案和解析)
- 从技术原理看元宇宙的可能性:Omniverse如何“造”火星
- Pg_relation_size 问题
- A Competitive Swarm Optimizer for Large Scale Optimization
- A Competitive Swarm Optimizer for Large Scale Optimization
- Tableau prep is connected to maxcompute and only writes simple SQL. Why is this error reported?
- LogCat工具
- 高级IO提纲
- Shell系统学习之Shell条件测试,判断语句和运算符
猜你喜欢

How to submit C4d animation to cloud rendering farm for fast rendering?

海康h9摄像头用xshell无法连接(没有启用ssh)

Internal class -- just read this article~

Advanced IO outline

How MySQL executes query statements

A Competitive Swarm Optimizer for Large Scale Optimization

内部类--看这篇就懂啦~

指令集 x 数澜科技丨加速政企数字化转型,打造DT领域独角兽企业联盟

Synchronized锁

Jmeter:接口自动化测试-BeanShell对数据库数据和返回数据比较
随机推荐
【golang学习笔记2.0】 golang中的数组和切片
用typescript实现排序-递增
Convert Excel to csv/csv UTF-8
yhb_sysbench
算法--斐波那契数列(Kotlin)
Es compares the data difference between the two indexes
12. Integer to Roman
【QT】无法在QT创建者中打开包含文件pcap.h(C1083)
Internal class -- just read this article~
【golang学习笔记2.1】 golang中的数组中的排序和查找
使用pip命令切换不同的镜像源
海康h9摄像头用xshell无法连接(没有启用ssh)
py2exe qt界面风格变成了win98解决方案
Gbase 8C technical features
pre-commit install 时 CalledProcessError
MySQL: 提高最大连接数
How does golang assign values to empty structures
Calledprocesserror during pre commit install
VIM editor deletes all file contents
李沐动手学深度学习V2-transformer和代码实现