Recently, I have had a frustrating time to get python Numba working on Ubuntu or Fedora Linux. The main problem has been with the compilation of llvmlite. What do I need to
For Ubuntu 14.04 I managed to install with this:
export LDFLAGS="-std=gnu++11 -fPIC" LLVM_CONFIG=/usr/bin/llvm-config-7 pip install llvmlite LLVM_CONFIG=/usr/bin/llvm-config-7 pip install numba