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
Did you try using pip? source activate yourenvironment pip install xgboost
source activate yourenvironment
pip install xgboost