SDK manager is stuck

I installed GitHub - rbonghi/jetson_stats: 📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series · GitHub with pip3.

The tool declares “Jetpack NOT DETECTED” so I go into the Nvidia SDK manager, to check/reinstall Jetpack 7.2.

I follow all instructions, but SDK manager is stuck at step 3 (“This may take a minute to complete…” for 15 minutes, and counting).

Hi,

If you could access the device, please run below commands to install jetpack in device side.

sudo apt update
sudo apt install nvidia-jetpack

Thanks