I am using Anaconda. I first switched to Python2 (Version 2.7.11).
python -V
Python 2.7.11 :: Continuum Analytics, Inc.
I used the followin
The package image you download is corrupt. What you should do :
First remove your xgboost package with (in the terminal) :
conda remove xgboost
Then reinstall with an other package at https://anaconda.org/aterrel/xgboost So just write :
conda install py-xgboost
Then you can check the installation in the python console :
import xgboost
It should be ok.