How to install numba on the Jetson tx2?

Hi, I need to install the numba library on my Jetson tx2.

Currently, when I try pip3 install numba, the installation fails due to failure to install llvmlite. However, when I try to install numba on my macbook, it works perfectly.

I want to use pip instead of anaconda because all my libraries are on the base python for my jetson and I don’t have anaconda on my Jetson.

Can you tell me step by step how to install numba on my jetson?

Hi,

Please check this comment for information:
[url]https://devtalk.nvidia.com/default/topic/1028001/jetson-tx1/numba-package-in-python-on-jetson-/post/5323156/#5323156[/url]

Thanks.

Hi, teohqianying! I put a tutorial here GitHub - jefflgaol/Install-Packages-Jetson-ARM-Family: The objective is to give you clear instructions on how to install packages in ARM platform primarily in Jetson family. You might want to have a look.