-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other dependencies #1
Comments
Here is the runtime error. There are references to "brew install" and /usr/local/opt/libomp/lib/libomp.dylib, which is not where MacPorts installs its version of libomp.
|
Thanks Craig, |
Not installing XGBoost causes a different, earlier error. Installing XGBoost still leads to the above error. |
I see. |
I was able to reproduce the issue on my mac laptop. It was solved by installing py-xgboost (through pip or conda). |
Maybe not pip?
|
It looks like it is a problem with xgboost on mac. The other solution is to install libomp with brew: "brew install libomp" and xgboost with pip. That also solved it for me. Another option is to try building xgboost from source. https://xgboost.readthedocs.io/en/latest/build.html |
The code also appears to depend on "xgboost"
It also appears to depend on libomp in a non-trivial way. I think it has a hard-coded path to Homebrew's libomp path.
The text was updated successfully, but these errors were encountered: