我最近在 Windows 10 旁边下载了 Ubuntu 14.04 桌面版本。
我的 PC 配置是:4 GB RAM,64 位
我在下载文件后安装了 Anaconda:bash Anaconda3-2.5.0-Linux-x86_64.sh
安装成功。
现在在我的 ubuntu 终端中,我按照http://xgboost.readthedocs.org/en/latest/build.html#building-on-ubuntu-debian上的说明执行了步骤
- 安装了最近的 GNU C++ 编译器 --> 成功
- git clone --recursive https://github.com/dmlc/xgboost cd xgboost;使-j4
构建也很成功,我可以构建“libxgboost.so”
- sudo apt-get install python-setuptools (成功)
- cd python 包
- 须藤 python setup.py 安装
5.命令在很多行之后返回错误:
'ImportError:没有名为 numpy.distutils.core 的模块'
谁能建议如何摆脱这个错误以便我可以安装 xgboost ?