Hey. I see that xgboost doesn't have a restriction on dask, so it's probably a problem with your xgboost installation. Dask only calls the underlying distributed implementation of xgboost, which uses rabit. Can you try uninstalling xgboost and then installing again? Also if you're using conda you'll get a more stable install by installing from conda-forge than from pip (in case you installed xgboost from pip)
j
Juan Osorio Arcila
12/13/2023, 9:10 PM
Hey @José Morales thanks for your help!
I uninstalled and installed xgboost a couple of times and I keep getting the same message, I will share a couple of screenshots next
Juan Osorio Arcila
12/13/2023, 9:11 PM
This is what I'm trying to run
Juan Osorio Arcila
12/13/2023, 9:16 PM
This is the final error we are getting
j
José Morales
12/13/2023, 9:32 PM
Which version of xgboost are you installing? You can see the env that was built in our latest CI here, it uses xgboost 1.7.6. Also can you try running the xgboost dask example?