Numba package (in python) on Jetson Nano

Has anyone successfully installed Numba in python 3.6 on Jetson Nano? I have gotten LLVM-9.0.1 to install, but not Numba. Thanks.

Continuing the discussion from numba package (in python) on Jetson :

Hi,

Based on Numba document, Jetson platform is supported.
https://numba.pydata.org/numba-doc/latest/user/installing.html

Compatibility

Numba is compatible with Python 3.6 or later, and Numpy versions 1.15 or later.

Our supported platforms are:

  • ARMv8 (64-bit little-endian, such as the NVIDIA Jetson)

It’s recommended to follow the instructions shared in the document first.
Thanks.