Error while running UMAP

Having imported umap, while running the program, I come across this error:

ModuleNotFoundError: No module named ‘numba.experimental.structref’

As I understand it, this is an experimental component that may have been removed in newer versions of numba; is that indeed the case? If so, do any workarounds exist?

hi @GreenVeldt, it’s the other way around, it’s an experimental component that was added in later versions, 0.53.1 has it, you should upgrade if possible.