Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
814 views

UMAP not working on Jupyter (thru Anaconda)

I'm trying to use UMAP in Jupyter (on Anaconda's environment) but something is not working properly. Below is the code I used. # INSTALL UMAP conda install -c conda-forge umap-learn # this was what ...
Lucy's user avatar
  • 17
0 votes
1 answer
3k views

Cannot import umap: cannot import name 'structref' from 'numba.experimental'

I tried to import umap in my jupyter notebook but had the following error: ImportError: cannot import name 'structref' from 'numba.experimental' (C:\Users\name\Anaconda3\lib\site-packages\numba\...
jos97's user avatar
  • 395