LLVM ERROR: Symbol not found: __svml_sqrtf8
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.3k
- Forks
- 871
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 5
Description
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!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the package import on Windows 10 with Python 3.9.5, numba 0.53.1, and llvmlite 0.36.0, then investigate the reported __svml_sqrtf8 symbol error. Done means the package imports without crashing the kernel; the issue mentions no specific files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100