当前位置:网站首页>Python download module to accelerate the implementation of recording
Python download module to accelerate the implementation of recording
2020-11-06 01:22:00 【Elementary school students in IT field】
Speed up pip download : Replace pip Source
pip download python Foreign source is used by default , Download is slow , Consider replacing it with a domestic source .
Temporary modification source
Tsinghua source
Tsinghua University pip Source , It's the official website pypi Mirror image , every other 5 Sync once a minute , Recommended .
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple
–trusted-host pypi.tuna.tsinghua.edu.cn packagename
Douban source
pip install -i http://pypi.douban.com/simple
–trusted-host pypi.douban.com packagename
Aliyuan
pip install -i http://mirrors.aliyun.com/pypi/simple
–trusted-host mirrors.aliyun.com/pypi/simple/ packagename
Permanent modification
modify ~/.pip/pip.conf file , If not, create a , Write the following ( Take Qinghuayuan for example ):
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = pypi.tuna.tsinghua.edu.cn
download whl File to install
https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxmlpip
install cvxpy-xxx.whl
版权声明
本文为[Elementary school students in IT field]所创,转载请带上原文链接,感谢
边栏推荐
- Aprelu: cross border application, adaptive relu | IEEE tie 2020 for machine fault detection
- Just now, I popularized two unique skills of login to Xuemei
- Basic principle and application of iptables
- JVM memory area and garbage collection
- 业内首发车道级导航背后——详解高精定位技术演进与场景应用
- Filecoin最新动态 完成重大升级 已实现四大项目进展!
- H5 makes its own video player (JS Part 2)
- vue-codemirror基本用法:实现搜索功能、代码折叠功能、获取编辑器值及时验证
- Programmer introspection checklist
- 中小微企业选择共享办公室怎么样?
猜你喜欢
Thoughts on interview of Ali CCO project team
Want to do read-write separation, give you some small experience
How do the general bottom buried points do?
IPFS/Filecoin合法性:保护个人隐私不被泄露
Using Es5 to realize the class of ES6
Grouping operation aligned with specified datum
PHP应用对接Justswap专用开发包【JustSwap.PHP】
Not long after graduation, he earned 20000 yuan from private work!
The difference between Es5 class and ES6 class
Troubleshooting and summary of JVM Metaspace memory overflow
随机推荐
带你学习ES5中新增的方法
A debate on whether flv should support hevc
Examples of unconventional aggregation
Deep understanding of common methods of JS array
Thoughts on interview of Ali CCO project team
xmppmini 專案詳解:一步一步從原理跟我學實用 xmpp 技術開發 4.字串解碼祕笈與訊息包
Architecture article collection
6.1.1 handlermapping mapping processor (1) (in-depth analysis of SSM and project practice)
I've been rejected by the product manager. Why don't you know
TRON智能钱包PHP开发包【零TRX归集】
After brushing leetcode's linked list topic, I found a secret!
Using Es5 to realize the class of ES6
Arrangement of basic knowledge points
Want to do read-write separation, give you some small experience
What is the difference between data scientists and machine learning engineers? - kdnuggets
The difference between Es5 class and ES6 class
数字城市响应相关国家政策大力发展数字孪生平台的建设
Grouping operation aligned with specified datum
The practice of the architecture of Internet public opinion system
ES6学习笔记(四):教你轻松搞懂ES6的新增语法