rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.14k stars 261 forks source link

jtop GUI missing NVIDIA Jetson Orin NX #369

Closed lakshanthad closed 1 year ago

lakshanthad commented 1 year ago

When I close the jtop window, this warning can be seen: 1676013967980

Here is the jtop output:

1676013992388

I have already tried installing using sudo pip3 install -U jetson-stats, but no luck.

rbonghi commented 1 year ago

Thank you, I see from your previous issue #362, this fix. I will fix as well in the next coming version (Should be done by the end of this week)

lakshanthad commented 1 year ago

Thank you very much!

rbonghi commented 1 year ago

Fixed from jtop 4.1.5

sudo pip3 install -U jetson-stats
lakshanthad commented 1 year ago

Great! Thank you very much!