当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- 熬夜总结了报表自动化、数据可视化和挖掘的要点,和你想的不一样
- Every day we say we need to do performance optimization. What are we optimizing?
- This article will introduce you to jest unit test
- 怎么理解Python迭代器与生成器?
- Python3 e-learning case 4: writing web proxy
- Summary of common algorithms of binary tree
- IPFS/Filecoin合法性:保护个人隐私不被泄露
- 100元扫货阿里云是怎样的体验?
- 如何将数据变成资产?吸引数据科学家
- 一篇文章带你了解CSS 分页实例
猜你喜欢
Vue 3 responsive Foundation
Computer TCP / IP interview 10 even asked, how many can you withstand?
EOS创始人BM: UE,UBI,URI有什么区别?
git rebase的時候捅婁子了,怎麼辦?線上等……
快快使用ModelArts,零基础小白也能玩转AI!
Summary of common algorithms of linked list
加速「全民直播」洪流,如何攻克延时、卡顿、高并发难题?
ES6学习笔记(五):轻松了解ES6的内置扩展对象
從小公司進入大廠,我都做對了哪些事?
PHP应用对接Justswap专用开发包【JustSwap.PHP】
随机推荐
一篇文章带你了解CSS3圆角知识
你的财务报告该换个高级的套路了——财务分析驾驶舱
PHPSHE 短信插件说明
每个前端工程师都应该懂的前端性能优化总结:
html
vue-codemirror基本用法:实现搜索功能、代码折叠功能、获取编辑器值及时验证
快快使用ModelArts,零基础小白也能玩转AI!
OPTIMIZER_ Trace details
Group count - word length
Save the file directly to Google drive and download it back ten times faster
Listening to silent words: hand in hand teaching you sign language recognition with modelarts
Existence judgment in structured data
带你学习ES5中新增的方法
Skywalking series blog 5-apm-customize-enhance-plugin
5.5 controlleradvice notes - SSM in depth analysis and project practice
如何将数据变成资产?吸引数据科学家
Microservices: how to solve the problem of link tracing
Swagger 3.0 天天刷屏,真的香嗎?
阿里云Q2营收破纪录背后,云的打开方式正在重塑
After brushing leetcode's linked list topic, I found a secret!