module 'umap' has no attribute 'UMAP' #589
Unanswered
aelhossiny
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That's very odd! Somehow it has lost the modules and imports it is supposed to have. I am honestly at a loss as to how or why this could occur. Is there anyone with more expertise in python module handling that can help out here? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I keep getting this error when I try to plot my data.
dir(umap)
gives the following['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'distances', 'layouts', 'sparse', 'spectral', 'utils']
Beta Was this translation helpful? Give feedback.
All reactions