-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM ERROR: Symbol not found: __svml_sqrtf8 #702
Comments
I admit I've never seen anything like that before. This definitely seems to be deep in the innards of numba. Perhaps you need |
I am having the exact same issue, also on Windows 10. Installing icc_rt didn't resolve the issue, and currently only umap-learn and it's dependencies are installed in the environment. When I tried importing from within Jupyter, it causes the kernel to die, I could only get to this error code by trying 'import umap' from the python command line. llvmlite=0.37.0 Thanks a lot! |
I have encountered the same issue and found the solution fortunately. Reason As described in the numba source code Solution
|
Thanks so much! My CPU is Intel, so in theory SVML should be fine to use. Therefore, all I had to do was remove the svml_dispmd.dll file (actually, I just renamed it) from the System32 directory, and UMAP loaded fine. I suspect that the file was originally installed by CaseViewer (3DHISTECH Ltd.), though CaseViewer seems to run fine without the .dll anyway. For those still encountering issues, you can get some useful information from Numba about your system capabilities regarding SVML being enabled by running numba -s (https://numba.pydata.org/numba-doc/dev/user/installing.html#numba-source-install-env-vars) |
Dear all, After installing umap via conda, I encountered the same problem while importing umap in python.
Now it works. python=3.9.16 |
Hi, I came across here as I faced the same issue. I detected the file you mentioned, and there are many of them. Which one should I delete from the screenshot below? Thanks in advance. |
I'm attempting to install umap on:
python=3.9.5
numba=0.53.1
llvmlite=0.36.0
As soon as I attempt to import the package the kernel crashes and I get this error:
"LLVM ERROR: Symbol not found: __svml_sqrtf8"
I have tried using both pip and conda installers and am running on Win10. Is there anything I can do to fix this issue? Thanks!
The text was updated successfully, but these errors were encountered: