1. 程式人生 > >pip安裝package超時

pip安裝package超時

(1)手動指定國內映象

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

pip install xgboost -i https://pypi.doubanio.com/simple/

(2)將時間設定得更長一點

pip --default-timeout=100 install xgboost