There is extensive documentation out there about Numba, and the llvm compiler. What I did so far on my OS X 10.10 (Yosemite)
pip install numba
brew install llvm
so far, so good. But I cannot get around this error message when I import numba
import numba
I tried to pull the git repository of llvmlite and set it up but to no avail. What is the problem here ?
I was facing the same issue, which was resolved by installing llvm using conda install llvmlite
and numba using conda install numba
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With