json
json

Reputation: 33

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

Upvotes: 0

Views: 726

Answers (2)

Grace U. Nneji
Grace U. Nneji

Reputation: 381

Installing using pip on x86/x86_64 Platforms Binary wheels for Windows, Mac, and Linux are also available from PyPI. You can install Numba using pip:

$ pip install numba

Upvotes: 2

Kofi
Kofi

Reputation: 1314

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

Upvotes: 4

Related Questions