安装xgboost时出现socket.timeout: The read operation timed out

安装xgboost时出现socket.timeout: The read operation timed out。

参考网上别人的blog,通过下载xgboost的whl安装。
下载whl的网址里面搜索xgboost
安装xgboost时出现socket.timeout: The read operation timed out
注意事项:
1.要根据自己python的版本安装对应的xgboost
例如:xgboost‑1.0.2‑cp36‑cp36m‑win_amd64.whl 对应的就是python3.6版本

打开anaconda-prompt,输入 “ python -V ” 查看自己python版本
安装xgboost时出现socket.timeout: The read operation timed out
下载对应的xgboost‑1.0.2‑cp36‑cp36m‑win_amd64.whl

打开anaconda-prompt在whl的环境下输入 “ pip install xgboost‑1.0.2‑cp36‑cp36m‑win_amd64.whl ” 完成下载