在Mac ERROR上安装XGBoost

时间:2016-11-28 16:12:04

标签: python anaconda jupyter-notebook xgboost

Hello我成功运行anaconda版本python 2.7时安装了xgboost。但是,当我下载Anaconda版python 3并尝试安装XGBoost时,我不断收到错误消息:

当我在终端中使用此代码时:

pip install xgboost

我明白了:

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/52/wgzpv6997ls_75gm5km3vqzw0000gn/T/pip-build-3wk9f1z7/xgboost/

我想知道为什么会这样。 提前致谢。

1 个答案:

答案 0 :(得分:0)

对MacOSX尝试以下命令:

git clone --recursive https://github.com/dmlc/xgboost
cd xgboost; cp make/minimum.mk ./config.mk; make -j4