I'm running Python 2.7 with anaconda distribution on a mac, when I try to install xgboost via pip, I see the following error:
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/zk/zh9sqr0n2n91v0smc5ypcz7w0000gn/T/pip-build-eh4_ag8h/xgboost/
I tried updating both pip and setuptools, which seem to both be up to date. The egg error persists!
Have any mac/ python 2 users run across this problem?