I love xgboost. And I love pipenv. But they don't love each other :(
pipenv install xgboost
Error: An error occurred while installing xgboost! Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9cab91je/xgboost/
I've installed a compiled version of xgboost with anaconda but I just can't get it to play nicely with pipenv...
Any ideas?
Thanks!
on macos (10.13.6) i fixed this by installing cmake with brew. I had the same(-ish) error message, but the full error output included references to not finding the cmake command.
brew install cmake
my error message:
'ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With