$ sudo pip3 install numba
Das kommt heraus
RuntimeError: llvm-config failed executing, please point LLVM_CONFIG to the path for llvm-config
$ brew install llvm
$ sudo -s //Wurzel werden
$ export LLVM_CONFIG=/path/to/llvm-config
$ exit
$ sudo pip3 install llvmlite
Successfully installed llvmlite-0.8.0
$ sudo pip3 install numba
...
Successfully installed numba-0.22.1
Das ist es.
Recommended Posts