如何在运行python3.5的我的anaconda上安装xgboost

时间:2017-02-12 18:13:20

标签: python anaconda xgboost

我试图在我的anaconda(python3.5,mac OSX)上安装xgboost。

conda install -c aterrel xgboost=0.4.0

看起来xgboost包不支持python3.5 ??

UnsatisfiableError: The following specifications were found to be in conflict:
  - python 3.5*
  - xgboost 0.4.0*

如果有人可以提供帮助,真的很感激。如何使用conda install安装软件包?

1 个答案:

答案 0 :(得分:2)

在官方网站上逐步尝试:

http://xgboost.readthedocs.io/en/latest/build.html

xgboost构建在Windows上可能有些棘手,但它在mac上非常简单。

我建议您首先卸载已安装但不起作用的先前版本。

我也建议您获取最新版本。 (我相信0.62)