您好,登錄后才能下訂單哦!
這篇文章主要講解了“pip安裝使用本地源的教程”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“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國內(nèi)鏡像目前有:
http://pypi.douban.com/ 豆瓣
http://pypi.hustunique.com/ 華中理工大學(xué)
http://pypi.sdutlinux.org/ 山東理工大學(xué)
http://pypi.mirrors.ustc.edu.cn/ 中國科學(xué)技術(shù)大學(xué)
使用鏡像的方法可以在每次執(zhí)行pip的時候加上參數(shù)"-i http://e.pypi.python.org/simple"即可,
或者也可以在本地配置,這樣就不用每次都加上參數(shù)了,
使用pip的用戶可以如下配置:
在unix和macos,配置文件為:$HOME/.pip/pip.conf
在windows上,配置文件為:%HOME%\pip\pip.ini
需要在配置文件內(nèi)加上:
[global]
index-url=http://pypi.douban.com/simple
新的版本中會在非https傳輸?shù)溺R像站上報出如下錯誤:
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安裝使用本地源的教程”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對pip安裝使用本地源的教程這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。