Problem with python Numba, without llvmlite.binding module

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 

error message

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

+5
source share
1 answer

StackOverflow does not replace the project tracker. It seems that this error has already been raised:

https://github.com/numba/llvmlite/issues/55

0
source

Source: https://habr.com/ru/post/1214556/


All Articles