Open TomVuod opened 1 year ago
Hi @TomVuod
For the ray related error. Could you check wether the temporary directory (_temp_dir
) exists?
You could try troubleshooting using:
import ray
ray.init(
num_cpus = 5,
_temp_dir = os.path.join(tmp_dir + 'ray_spill'))
Best,
Seppe
Thanks @SeppeDeWinter fot the response. The temporary directory exists. I also found that downgrading ray
to 2.5.0 solves the problem.
Hello, I have the following error when I try to run UMAP on cistopic object:
Type of the print is recognized as
<class 'function'>
instead of<class 'builtin_function_or_method'>
. Probably the logger overwrites the builtin function since the error does not appear when I save cistopic object, load it in a separate process and then run UMAP, but then I have the error fromrun_pycistarget
:python==3.8.16 pycisTopic==1.0.3.dev18+ge563fb6 numba==0.57.1