-
Notifications
You must be signed in to change notification settings - Fork 67
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
xgboost on OSX #306
Comments
https://xgboost.readthedocs.io/en/stable/build.html#building-on-macos
|
What would our message have that isn't already in xgboost's? I'm inclined to let the xgboost error message speak for itself (as @mikofski points out, it already says |
Conda is easier IMO, our users are more likely to already have conda and not necessarily brew. And while brew is supposed to be nice, it always proves painful for me because of some combination of administrative privileges and company VPN certificate errors. There's also a lot of love for the conda option in the issue @mikofski linked, I'm surprised that isn't also suggested by the xgboost error message, so I suggest we add it. I also think we should consider moving the import to the function. This may be worth ignoring pep8. |
I did something similar for pvfactors with
In that case we might be able to make |
Describe the bug
Importing rdtools causes an error on mac when everything has been installed with pip
Full error message and traceback
To Reproduce
Install rdtools using pip on osx
Expected behavior
Import successful
possible solution
The error can be avoided by installing xgboost with conda. Perhaps we can catch the error and offer that suggestion.
The text was updated successfully, but these errors were encountered: