I’m working with the SDK version 7.2 version of the jetson orin nano. I have been trying to get jtop working but I’ve run into some issues, I downloaded jetson-stats using pipx then ran $ pipx ensurepath to which it said that all pipx bin directories were added to path but jtop wasn’t found. I am seeing steps to furthur set up pipx and would like to know if this is necessary, if there is an alternative to pipx, or if there may be some other sort of issue I am not aware of.
Hi,
Please check the steps for installation:
GitHub - rbonghi/jetson_stats: 📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series · GitHub
If the issue persists, please report the issue in
Issues · rbonghi/jetson_stats · GitHub
And as another alternative, you can run $ sudo tegrastats to get system status:
Tegrastats Utility — NVIDIA Jetson Linux Developer Guide
All but one of the installation menthods require the use of pip3 which returns and externally-managed-environment error which is why I ended up using pipx. Using the option the uses curl instead did install but when running jtop it says that it is unable to access jtop.service even after rebooting. I’ll be sure to mention this on the link provided, thank you. After trying to run it again, it returns a module not found error for ‘_virtualenv’.