I have previously managed to install cupy on older versions of jetson nano images. Unfortunately, the last time was in spring 2020.
When repeating this now with the latest version of the images “jetbot-043_nano…” or “jetson-nano-jp46…” it craches completely when installing using pip3 install cupy.
my previous map for installing was the following, incl a virtual desktop installation:
sudo apt-add-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goserver x2goserver-xsession
sudo apt-get install x2gomatebindings
sudo apt-get install xfce4 xfce4-terminal
sudo apt-get install gnome-icon-theme tango-icon-theme
sudo apt-get update
sudo apt-get install nano
#wget https://bootstrap.pypa.io/get-pip.py
#sudo python3 get-pip.py
sudo apt-get install -y python3-pip
rm get-pip.py
pip install numpy
pip install cupy
sudo apt-get install python-opencv
pip install --extra-index-url Index of /compute/redist/jp/v42 tensorflow-gpu==1.13.1+nv19.3
pip install scipy
pip install keras
If someone has done an installation recently that was successful, please respond.
Kind regard Magnus