您好,登錄后才能下訂單哦!
這篇文章主要講解了“pip安裝使用本地源的教程”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“pip安裝使用本地源的教程”吧!
修改 vim /root/.pip/pip.conf
改成 [global]
#index-url=http://mirrors.aliyun.com/pypi/simple/
index-url=https://pypi.doubanio.com/simple/
[install]
trusted-host=mirrors.aliyun.com
#trusted-host=mirrors.cloud.aliyuncs.com
pipy國內鏡像目前有:
http://pypi.douban.com/ 豆瓣
http://pypi.hustunique.com/ 華中理工大學
http://pypi.sdutlinux.org/ 山東理工大學
http://pypi.mirrors.ustc.edu.cn/ 中國科學技術大學
使用鏡像的方法可以在每次執行pip的時候加上參數"-i http://e.pypi.python.org/simple"即可,
或者也可以在本地配置,這樣就不用每次都加上參數了,
使用pip的用戶可以如下配置:
在unix和macos,配置文件為:$HOME/.pip/pip.conf
在windows上,配置文件為:%HOME%\pip\pip.ini
需要在配置文件內加上:
[global]
index-url=http://pypi.douban.com/simple
新的版本中會在非https傳輸的鏡像站上報出如下錯誤:
This repository located at pypi.douban.com is not a trusted host, if this repository is available via HTTPS it is recommend to use HTTPS instead, otherwise you may silence this warning with ‘–trusted-host pypi.douban.com’.
DEPRECATION: Implicitly allowing locations which are not hosted at a secure origin is deprecated and will require the use of –trusted-host in the future.
Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages
解決辦法就是:
編輯$HOME/.pip/pip.conf
[global]
trusted-host=pypi.douban.com
index-url=http://pypi.douban.com/simple/
感謝各位的閱讀,以上就是“pip安裝使用本地源的教程”的內容了,經過本文的學習后,相信大家對pip安裝使用本地源的教程這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。