installing umap in Pyodide #736
Unanswered
cornhundred
asked this question in
Q&A
Replies: 1 comment
-
Right now umap is pretty heavily tied to numba. You could try the Julia implementation, or look at UWOT in R that has mostly C++ code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to install umap-learn in Pyodide but I'm running into an issue that is related to numba support. Is there a version of umap-learn that I can use that does not have numba support or some other way to try to install in Pyodide?
pyodide/pyodide#1739
See example installation here
https://observablehq.com/@cornhundred/pyodide-umap
Beta Was this translation helpful? Give feedback.
All reactions