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.17k stars 264 forks source link

Error with latest release version of jtop (4.0.0) #330

Closed harshad-0302 closed 1 year ago

harshad-0302 commented 1 year ago

Hi,

After updating jetson-stats to the latest version using commands: sudo -H pip install -U jetson-stats Or sudo -H pip3 install -U jetson-stats. I am getting issues, in one of mine nvidia jetson I got issue with jetson_clocks and then I tried to install it in another board and in that when I rebooted after installing jetson-stats My board is not booting now.

Request you to please check the latest version, there was no such issues in the previous versions. Also please test the release version before rolling it out to others.

Setup details: Nvidia Jetson Xavier AGX Jetpack 4.6

rbonghi commented 1 year ago

Hi @harshad-0302 , Thank you for your issue, and I refer this issue also with #290

I have some questions for you to better understand and fix for the next releases:

harshad-0302 commented 1 year ago

Hi @rbonghi

Now I was able to boot the board but jtop is not running properly please see below screenshots:

image

image

image

image

Also I tried to use jtop() module in python scripts but there also no proper values. I think there is some issue in the latest version. Is there any way by which I can install jtop version 3.1.4 as it was working fine for me.

The details you asked for: ubantu distribution: Ubuntu 18.04.5 LTS

Yes I am able to run tegrastats and jetson_clocks. See below: image

harshad-0302 commented 1 year ago

This issues are only faced in the latest version 4.0.0 by me . Previously i was using version 3.1.4 but there was no such issue in that just i was not able to run jtop without sudo there.

rbonghi commented 1 year ago

I will investigate the reason for your issue to fix it in future release

Meanwhile to downgrade

sudo -H pip3 install --no-cache-dir jetson-stats==3.1.4

And reboot your board.

Which terminal are you using? Are you working directly from your board or remotely? If remote, are you connected from which operative system?

harshad-0302 commented 1 year ago

Hi,

I am connecting to the target remotely via ssh using vs code tool on my windows laptop.

harshad-0302 commented 1 year ago

I have downgraded to version 3.1.4 , Now it is working fine just one issue that I am unable to run jtop without sudo. Please check this things.