Search code examples
pythonpipnumba

I can't install the "numba" package via "pip"


enter image description here

I can't install the "numba" package via "pip". I want to install the "numba" package, but an error appears every time


Solution

  • please check your python and numpy version . Numba is compatible with Python 3.6 or later, and Numpy versions 1.15 or later. Please check the documentation https://numba.pydata.org/numba-doc/latest/user/installing.html