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?