I recently downloaded a working version of Ubuntu 14.04 along with Windows 10.
My PC settings: 4 GB RAM, 64 bit
I installed Anaconda after downloading the file using: bash Anaconda3-2.5.0-Linux-x86_64.sh
Installation was successful.
Now, in my ubuntu terminal, I have done the steps as stated in http://xgboost.readthedocs.org/en/latest/build.html#building-on-ubuntu-debian
The construction was also successful, and I could build libxgboost.so
- sudo apt-get install python-setuptools (successful)
- cd python-package
- sudo python setup.py install
Command 5. returns an error after many lines:
'ImportError: no module named numpy.distutils.core'
Can someone suggest how to get rid of this error so that I can install xgboost?
source share