pip安装package超时

xiaoxiao2025-05-18  27

(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

转载请注明原文地址: https://www.6miu.com/read-5030289.html

最新回复(0)