python 經常使用的幾個鏡像源

通常使用python安裝庫,會用到pip install libName ,,這個會在Python的官方源pypi.python.org/pypi 下載,有時會由於超時會拋異常沒法下載成功。因此能夠選擇一些比較穩定速度比較快的國內鏡像來下載python庫。python

在線下載命令web

pip install -i https://pypi.douban.com/simple  scrapy

經常使用的python 鏡像scrapy

豆瓣
該網站比較穩定,速度也比較快網站

https://pypi.douban.com/simple

加利福尼亞大學spa

https://www.lfd.uci.edu/~gohlke/pythonlibs/

雖然是國外的網址可是確實也比較穩定。更多介紹請參考
該網站提供的是非官方的Windows二進制文件的Python擴展包,並且對版本一致性要求比較高。通常是先本地下載而後再安裝。ip

Twisted‑18.4.0‑cp35‑cp35m‑win_amd64.whl
//該文件說明適用於python 3.5 的64位window上
//D:\Twisted‑18.4.0‑cp35‑cp35m‑win_amd64.whl   下載文件的路徑
pip install  D:\Twisted‑18.4.0‑cp35‑cp35m‑win_amd64.whl

若是版本不一致會報錯。ci

清華大學pip

https://pypi.tuna.tsinghua.edu.cn/simple

中國科技大學擴展

https://mirrors.ustc.edu.cn/pypi/web/simple

阿里下載

https://mirrors.aliyun.com/pypi/simple/  

相關文章
相關標籤/搜索