How to install cupy on Jetson Nano

There are some post mention that need disable nvcc but still cant install successfully, any suggestions? Thanks in advance.

Hi,

Please try $ pip3 install cupy to install it on Jetson.
If it doesn’t work, please also try if you can install it from the source as below:
https://docs.cupy.dev/en/stable/install.html#installing-cupy-from-source

Thanks.