我爱xgboost。而且我喜欢pipenv。但是他们互不相爱:(
pipenv install xgboost
错误:安装xgboost时发生错误!/ tmp / pip-build-9cab91je / xgboost /
中的命令“ python setup.py egg_info”失败,错误代码为1
我已经安装了compiled version of xgboost with anaconda,但我无法使其在Pipenv上正常播放...
有什么想法吗?
谢谢!
在macOS(10.13.6)上,我通过在brew上安装cmake来解决此问题。我收到了相同的(-ish)错误消息,但完整的错误输出包括未找到cmake命令的引用。
brew install cmake
我的错误消息:
'错误:命令错误,退出状态为1:python setup.py egg_info检查日志以获取完整的命令输出。'