This message was deleted.
# mlforecast
s
This message was deleted.
j
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
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
This is what I'm trying to run
This is the final error we are getting
j
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?