jefflgaol/Install-Packages-Jetson-ARM-Family

Numba 0.53 requires LLVM >= 9

Closed this issue · 3 comments

Today I tried to install numba accroding to the installation instructions and simply using pip install numba failed with a message saying that llvm version 9 or 10 was not found. The numba version should be pinned in the instructions (in the same way that llvmlite is)

or the llvm version can be updated (with all the testing and verifications that this implies). I am happy to use a previous version of numba

yeah in the end I got it working with llvm==9, higher versions did not with llvmlite IIRC. after that numba and llvmlite worked just fine, I will look into which llvm version I got working and post a link