国内のサードパーティのライブラリのpython

ピップは遅すぎる、サードパーティのライブラリをインストール

ミラーのインストールから国内源泉ダウンロードをピップに設定することができます

アリ雲  http://mirrors.aliyun.com/pypi/simple/
の科学の中国大学技術  https://pypi.mirrors.ustc.edu.cn/simple/
クレソン  http://pypi.douban.com/simple/
清華  https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技術大学 http://pypi.mirrors.ustc.edu.cn/simple/

方法は、ミラーソース清華例に提供されます。

一時的な使用

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxxxxxx

恒久的に設定します

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

おすすめ

転載: www.cnblogs.com/jasy/p/12460139.html