Install the latest developer version of llvmlite via conda on AArch64
See original GitHub issueWe can install the latest developer version of llvmlite via conda with simple command conda install -c numba/label/dev llvmite on x86_64, but the current version on AArch64 is llvmlite-0.32.0dev0 which is a much early version, maybe we should update the corresponding packages.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Installation — llvmlite 0.40.0dev0-48-ged0f625-dirty ...
Installing a binary package that has been built and tested is strongly recommend. Official Conda packages are available in the Anaconda ...
Read more >Llvmlite - :: Anaconda.org
To install this package run one of the following: conda install -c conda-forge llvmlite conda install -c "conda-forge/label/broken" llvmlite
Read more >llvmlite - PyPI
A Lightweight LLVM Python Binding for Writing JIT Compilers. llvmlite is a project originally tailored for Numba's needs, using the following approach:.
Read more >M1 Mac how to install llvm - Stack Overflow
I was able to install llvmlite on my m1 with the following steps: arch -arm64 brew install llvm@11 ...
Read more >llvmlite Documentation - Read the Docs
conda install -c numba/label/dev llvmlite ... the linker may report an error if the development version of libedit is not installed.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

OK, no worries, please don’t hesitate to re-open in case you don’t manage to resolve.
I am unable to reproduce on a raspberry-pi:
Do you have more information about what kind of
aarch64machine you have? Maybe the miniconda/miniforge version?