JETSON JTOP TJFCL

JETSON JTOP TJFCL

https://github.com/rbonghi/jetson_stats

 

Install

sudo apt update
sudo apt install python3-pip python3-setuptools -y
 

Option 1: jetson-stats can be installed with pip, but need superuser:

sudo pip3 install -U jetson-stats
 

Option 2: Install directly from GitHub

sudo pip3 install git+https://github.com/rbonghi/jetson_stats.git
 

Option 3: Ubuntu 24.04

sudo pip3 install --break-system-packages -U jetson-stats
 

or

sudo pip3 install --break-system-packages git+https://github.com/rbonghi/jetson_stats.git
 

Option 4: Ubuntu 24.04 run jtop without sudo and without "--break-system-packages"

Download "scripts/install_jtop_torun_without_sudo.sh"
Make it executable: chmod +x install_jtop_torun_without_sudo.sh
Run "sudo -v"    -v, --validate does not run any command, but allows the use of sudo in the bash script.
Then install with   ./install_jtop_torun_without_sudo.sh

댓글
0
댓글이 없습니다.