```ERROR worker.py:399 -- Unhandled error (suppres...
# ask-the-community
k
Copy code
ERROR worker.py:399 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): ray::ModinXGBoostActor.train() (pid=29796, ip=172.16.54.211, repr=<modin.experimental.xgboost.xgboost_ray.ModinXGBoostActor object at 0x7fbef05837f0>)
  File "/home/ec2-user/anaconda3/envs/python3/lib/python3.8/site-packages/modin/experimental/xgboost/xgboost_ray.py", line 166, in train
    with RabitContext(self._rank, rabit_args):
  File "/home/ec2-user/anaconda3/envs/python3/lib/python3.8/site-packages/modin/experimental/xgboost/utils.py", line 101, in __enter__
    xgb.rabit.init(self.args)
AttributeError: module 'xgboost' has no attribute 'rabit'
155 Views