File /opt/anaconda3/envs/madewithml/lib/python3.10/site-packages/ray/tune/result_grid.py:262, in ResultGrid._populate_exception(trial)
260 if trial.pickled_error_file and os.path.exists(trial.pickled_error_file):
261 with open(trial.pickled_error_file, "rb") as f:
--> 262 e = cloudpickle.load(f)
263 return e
264 elif trial.error_file and os.path.exists(trial.error_file):
TypeError: RayTaskError.as_instanceof_cause..cls.init() takes 2 positional arguments but 4 were given
After running below code
Setuptools version -
69.5.1
Ray version -2.7.0
also tried2.7.1
&2.7.2
getting below error -