user3848207
user3848207

Reputation: 4967

Unable to install xgboost on conda-forge

I tried to install xgboost on my Anaconda package on Windows 10. I'm using python 3.7. I ran the following command;

conda install -c conda-forge xgboost

I failed to do so. The error is shown below;

enter image description here

If I try conda install -c anaconda py-xgboost, xgboost can be installed but I prefer the xgboost package from conda-forge because it's more updated.

Upvotes: 1

Views: 1043

Answers (1)

cel
cel

Reputation: 31349

Unfortunately as of today, conda-forge does not yet offer a windows build for xgboost. See also the related github issue issue#3.

Upvotes: 4

Related Questions