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

how to install xgboost on my anaconda running python3.5

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

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 安装软件包?

在官方网站上逐步尝试:

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

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

我建议您先卸载已安装但无法正常工作的先前版本。

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