hello! I’m a not very experienced user trying to analyze my sc data in scanpy. I’ve ran into this error just now when trying to run sc.tl.umap(adata)
ModuleNotFoundErrror: no module named “importlib.metadata”
I have installed package in terminal and imported into the condo env. on jupyter, and have also restarted the kernel, but nothing works. Any help would be appreciated!
I think it worked (although I’m worried I may have made a mess between the environments I’m working in, I’m really not familiar with python/conda/jupyter), however now it gave me this warning (I’ll continue working, but not sure what to make of it):
UserWarning: Graph is no fully connected, spectral embedding may not work as expected.