There is extensive documentation on Numba and the llvm compiler. What I have done so far on my OS X 10.10 (Yosemite)
pip install numba brew install llvm
still so good. But I can not get around this error message when importing numba
import numba

I tried pulling out the git llvmlite repository and setting it up, but to no avail. What is the problem?
source share