All Questions
2 questions
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 ...
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\...