Closed lila167 closed 1 year ago
Also, running the following code gives the same error:
import ray
ray.init(num_cpus = 1, _temp_dir = os.path.join(tmp_dir + 'ray_spill'))
ray.shutdown()
Hi @lila167
The path of your tmp_dir is too long (it contains too many characters). This is a known issue with ray: https://github.com/ray-project/ray/issues/7724
This can be fixed by pointing the tmp_dir to a different directory (with a short path) or using a symlink.
Best,
Seppe
Thank Seppe for your quick response. I could fix that. But still I get many other errors with Ray. I'm not sure where the inconsistency comes from. I just deactivated Ray with n_cpus = 1 and it works now.
Thanks, Hana
Describe the bug Hi, I try to run
export_pseudobulk
and get the following error:To Reproduce This is what I run:
Error output
Version (please complete the following information):