Installing numba for python Installing numba for python python python

Installing numba for python


I hope you are on Linux and you have pip installed.On my Debian Linux, I can easily install numba by following commands:

sudo apt-get install build-essentialsudo apt-get install llvmpip install llvmpypip install cythonpip install numba

Then you are done!


I had the same issue and for me the solution was upgrading distribute to 0.6.45.


Working on windows I add the same problem i install Minicondaperform

conda install numba 

This install a python interpreter with all the numba's packagesI then copied this packages to my interpreter's env

And your done