Help with scvi error
0
0
Entering edit mode
7 months ago
Chris ▴ 260

Hi all,

I could not find this error after searching, would you please have a suggestion? I paste the line that show the error message to make the post not too long. I appreciate it!

sc.pp.neighbors(adata, use_rep = 'X_scVI')
sc.tl.umap(adata)
sc.tl.leiden(adata, resolution = 0.5)

RuntimeError                              Traceback (most recent call last)
Input In [19], in <cell line: 1>()
----> 1 sc.pp.neighbors(adata, use_rep = 'X_scVI')
      2 sc.tl.umap(adata)
      3 sc.tl.leiden(adata, resolution = 0.5)

RuntimeError: cannot cache function 'rdist': no locator available for file '/home/chris/.local/lib/python3.9/site-packages/umap/layouts.py'
scvi • 309 views
ADD COMMENT

Login before adding your answer.

Traffic: 1612 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6