1. 方法一:直接装镜像:
打开anocomda输入:
pip install xgboost -i https://pypi.tuna.tsinghua.edu.cn/simple
2. 方法一不行的话,方法二:先下载
a. 下载xgboost安装包:https://www.lfd.uci.edu/~gohlke/pythonlibs/#xgboost
e.g python – version : 3.7.2, 64位电脑
xgboost-0.90-cp37-cp37m-win_amd64.whl
b.下载完成后放入python 安装目录下 \Anaconda\Scripts
c. 打开anocomda输入: pip install xgboost
参考链接
总结:https://blog.csdn.net/liudunhui_hit/article/details/93778218
以上是内存溢出为你收集整理的XGboost 安装(win10)全部内容,希望文章能够帮你解决XGboost 安装(win10)所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)