-
Notifications
You must be signed in to change notification settings - Fork 791
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
Causalml fails to install xgboost even with xgboost present in my conda env #100
Comments
That error message sounds like a common xgboost installation issue rather than something specific to causalml. The threads for this issue and this one list some solutions that might work for you. To confirm that your xgboost install didn't package $ python -c 'import xgboost' and you'll get the same |
Thank you for the pointers. Unfortunately the problem persists even when I realize the problem is not in the |
Good to hear from you, Konstantin! Did you install XGBoost from source? I noticed that when there's an existing XGBoost installation done without Happy new year! |
Has anyone been able to reproduce this from a totally fresh environment without conda caching or package reuse involved? The code @fritzo mentioned in #134 doesn't break when I test it in Docker, which makes me think that issues may be related to the conda package cache or something like that. |
Installing
causalml
throughpip
fails in my environment with the following error:I thought I'd try to install
xgboost
myself, but this did not solve the problem. Here is my system spec:And here is the conda environment inside which I am trying to install
causalml
:The text was updated successfully, but these errors were encountered: