rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series

Home Page:https://rnext.it/jetson_stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error to install jetson-stats using module

flomaurer opened this issue · comments

Describe the bug

When trying to install jetson_stats on our Nvidia nano 4GB Board, which runs duckietown (https://docs.duckietown.com/daffy/opmanual-duckiebot/setup/setup_sd_card/index.html) the installation gets stuck at 'INFO:jtop.service: - ENABLE jtop.service'

To Reproduce

Steps to reproduce the behavior:

  1. python3 --version
    Python 3.7.2
  2. python3 -m pip --version
    pip 23.1.2 from /home/duckie/archiconda3/lib/python3.7/site-packages/pip (python 3.7)
  3. wget https://github.com/rbonghi/jetson_stats/archive/refs/tags/4.2.2.zip
  4. See error: sudo -H python3 -m pip install ./4.2.2.zip -v
  5. journal also just mentiones, that starting jtop.service failed; also a manual start 'sudo systemctl restart jtop.service' doesn't work; even after a reboot the bahaviour doesn't change

Screenshots

sudo -H python3 -m pip install ./4.2.2.zip -v
/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6.
  from cryptography.utils import int_from_bytes
Using pip 21.3.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)
Processing ./4.2.2.zip
  Running command python setup.py egg_info
  running egg_info
  creating /tmp/pip-pip-egg-info-4swwgk1n/jetson_stats.egg-info
  writing /tmp/pip-pip-egg-info-4swwgk1n/jetson_stats.egg-info/PKG-INFO
  writing dependency_links to /tmp/pip-pip-egg-info-4swwgk1n/jetson_stats.egg-info/dependency_links.txt
  writing entry points to /tmp/pip-pip-egg-info-4swwgk1n/jetson_stats.egg-info/entry_points.txt
  writing requirements to /tmp/pip-pip-egg-info-4swwgk1n/jetson_stats.egg-info/requires.txt
  writing top-level names to /tmp/pip-pip-egg-info-4swwgk1n/jetson_stats.egg-info/top_level.txt
  writing manifest file '/tmp/pip-pip-egg-info-4swwgk1n/jetson_stats.egg-info/SOURCES.txt'
  /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    warnings.warn(msg)
  INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/Grammar.txt
  INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/PatternGrammar.txt
  reading manifest file '/tmp/pip-pip-egg-info-4swwgk1n/jetson_stats.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no previously-included files found matching 'tox.ini'
  warning: no previously-included files found matching 'Dockerfile'
  warning: no previously-included files found matching '.dockerignore'
  no previously-included directories found matching 'tests'
  no previously-included directories found matching 'docs'
  no previously-included directories found matching 'examples'
  writing manifest file '/tmp/pip-pip-egg-info-4swwgk1n/jetson_stats.egg-info/SOURCES.txt'
  Preparing metadata (setup.py) ... done
Requirement already satisfied: distro in /usr/local/lib/python3.6/dist-packages (from jetson-stats==4.2.2) (1.8.0)
Requirement already satisfied: smbus2 in /usr/local/lib/python3.6/dist-packages (from jetson-stats==4.2.2) (0.4.2)
Building wheels for collected packages: jetson-stats
  Running command /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-oeefw1mh/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-oeefw1mh/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-v8cgdfhw
  /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    warnings.warn(msg)
  running bdist_wheel
  running build
  running build_py
  INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/Grammar.txt
  INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/PatternGrammar.txt
  creating build
  creating build/lib
  creating build/lib/jtop
  copying jtop/__main__.py -> build/lib/jtop
  copying jtop/jetson_release.py -> build/lib/jtop
  copying jtop/__init__.py -> build/lib/jtop
  copying jtop/jetson_swap.py -> build/lib/jtop
  copying jtop/service.py -> build/lib/jtop
  copying jtop/github.py -> build/lib/jtop
  copying jtop/jetson_config.py -> build/lib/jtop
  copying jtop/terminal_colors.py -> build/lib/jtop
  copying jtop/jtop.py -> build/lib/jtop
  creating build/lib/jtop/core
  copying jtop/core/jetson_variables.py -> build/lib/jtop/core
  copying jtop/core/tegra_parse.py -> build/lib/jtop/core
  copying jtop/core/config.py -> build/lib/jtop/core
  copying jtop/core/power.py -> build/lib/jtop/core
  copying jtop/core/timer_reader.py -> build/lib/jtop/core
  copying jtop/core/command.py -> build/lib/jtop/core
  copying jtop/core/nvpmodel.py -> build/lib/jtop/core
  copying jtop/core/__init__.py -> build/lib/jtop/core
  copying jtop/core/hardware.py -> build/lib/jtop/core
  copying jtop/core/processes.py -> build/lib/jtop/core
  copying jtop/core/memory.py -> build/lib/jtop/core
  copying jtop/core/engine.py -> build/lib/jtop/core
  copying jtop/core/exceptions.py -> build/lib/jtop/core
  copying jtop/core/common.py -> build/lib/jtop/core
  copying jtop/core/temperature.py -> build/lib/jtop/core
  copying jtop/core/fan.py -> build/lib/jtop/core
  copying jtop/core/tegrastats.py -> build/lib/jtop/core
  copying jtop/core/jetson_clocks.py -> build/lib/jtop/core
  copying jtop/core/cpu.py -> build/lib/jtop/core
  copying jtop/core/gpu.py -> build/lib/jtop/core
  copying jtop/core/jetson_libraries.py -> build/lib/jtop/core
  creating build/lib/jtop/gui
  copying jtop/gui/pall.py -> build/lib/jtop/gui
  copying jtop/gui/pinfo.py -> build/lib/jtop/gui
  copying jtop/gui/__init__.py -> build/lib/jtop/gui
  copying jtop/gui/jtopgui.py -> build/lib/jtop/gui
  copying jtop/gui/pcontrol.py -> build/lib/jtop/gui
  copying jtop/gui/pengine.py -> build/lib/jtop/gui
  copying jtop/gui/jtopguiconfig.py -> build/lib/jtop/gui
  copying jtop/gui/pcpu.py -> build/lib/jtop/gui
  copying jtop/gui/pgpu.py -> build/lib/jtop/gui
  copying jtop/gui/pmem.py -> build/lib/jtop/gui
  creating build/lib/jtop/gui/lib
  copying jtop/gui/lib/chart.py -> build/lib/jtop/gui/lib
  copying jtop/gui/lib/colors.py -> build/lib/jtop/gui/lib
  copying jtop/gui/lib/smallbutton.py -> build/lib/jtop/gui/lib
  copying jtop/gui/lib/__init__.py -> build/lib/jtop/gui/lib
  copying jtop/gui/lib/process_table.py -> build/lib/jtop/gui/lib
  copying jtop/gui/lib/linear_gauge.py -> build/lib/jtop/gui/lib
  copying jtop/gui/lib/common.py -> build/lib/jtop/gui/lib
  installing to build/bdist.linux-aarch64/wheel
  running install
  Install status:
   - [X] super_user
   - [ ] virtualenv
   - [ ] docker
  ERROR:jtop.service:Does not exist jetson_stats
  INFO:jtop.service:Found jtop.service
  INFO:jtop.service: - DISABLE jtop.service
  Removed /etc/systemd/system/multi-user.target.wants/jtop.service.
  INFO:jtop.service: - REMOVE jtop.service from /etc/systemd/system
  INFO:jtop.service: - Reload all daemons
  INFO:jtop.core.jetson_variables:Found jtop_env.sh
  INFO:jtop.core.jetson_variables: - Remove jtop_env.sh from /etc/profile.d/
  running install_lib
  creating build/bdist.linux-aarch64
  creating build/bdist.linux-aarch64/wheel
  creating build/bdist.linux-aarch64/wheel/jtop
  copying build/lib/jtop/__main__.py -> build/bdist.linux-aarch64/wheel/jtop
  creating build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/jetson_variables.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/tegra_parse.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/config.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/power.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/timer_reader.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/command.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/nvpmodel.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/__init__.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/hardware.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/processes.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/memory.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/engine.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/exceptions.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/common.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/temperature.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/fan.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/tegrastats.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/jetson_clocks.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/cpu.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/gpu.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/core/jetson_libraries.py -> build/bdist.linux-aarch64/wheel/jtop/core
  copying build/lib/jtop/jetson_release.py -> build/bdist.linux-aarch64/wheel/jtop
  copying build/lib/jtop/__init__.py -> build/bdist.linux-aarch64/wheel/jtop
  copying build/lib/jtop/jetson_swap.py -> build/bdist.linux-aarch64/wheel/jtop
  creating build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/gui/pall.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/gui/pinfo.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/gui/__init__.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/gui/jtopgui.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/gui/pcontrol.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  creating build/bdist.linux-aarch64/wheel/jtop/gui/lib
  copying build/lib/jtop/gui/lib/chart.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
  copying build/lib/jtop/gui/lib/colors.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
  copying build/lib/jtop/gui/lib/smallbutton.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
  copying build/lib/jtop/gui/lib/__init__.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
  copying build/lib/jtop/gui/lib/process_table.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
  copying build/lib/jtop/gui/lib/linear_gauge.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
  copying build/lib/jtop/gui/lib/common.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
  copying build/lib/jtop/gui/pengine.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/gui/jtopguiconfig.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/gui/pcpu.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/gui/pgpu.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/gui/pmem.py -> build/bdist.linux-aarch64/wheel/jtop/gui
  copying build/lib/jtop/service.py -> build/bdist.linux-aarch64/wheel/jtop
  copying build/lib/jtop/github.py -> build/bdist.linux-aarch64/wheel/jtop
  copying build/lib/jtop/jetson_config.py -> build/bdist.linux-aarch64/wheel/jtop
  copying build/lib/jtop/terminal_colors.py -> build/bdist.linux-aarch64/wheel/jtop
  copying build/lib/jtop/jtop.py -> build/bdist.linux-aarch64/wheel/jtop
  running install_data
  creating build/bdist.linux-aarch64/wheel/jetson_stats-4.2.2.data
  creating build/bdist.linux-aarch64/wheel/jetson_stats-4.2.2.data/data
  creating build/bdist.linux-aarch64/wheel/jetson_stats-4.2.2.data/data/jetson_stats
  copying services/jtop.service -> build/bdist.linux-aarch64/wheel/jetson_stats-4.2.2.data/data/jetson_stats
  copying scripts/jtop_env.sh -> build/bdist.linux-aarch64/wheel/jetson_stats-4.2.2.data/data/jetson_stats
  running install_egg_info
  running egg_info
  creating jetson_stats.egg-info
  writing jetson_stats.egg-info/PKG-INFO
  writing dependency_links to jetson_stats.egg-info/dependency_links.txt
  writing entry points to jetson_stats.egg-info/entry_points.txt
  writing requirements to jetson_stats.egg-info/requires.txt
  writing top-level names to jetson_stats.egg-info/top_level.txt
  writing manifest file 'jetson_stats.egg-info/SOURCES.txt'
  reading manifest file 'jetson_stats.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no previously-included files found matching 'tox.ini'
  warning: no previously-included files found matching 'Dockerfile'
  warning: no previously-included files found matching '.dockerignore'
  no previously-included directories found matching 'tests'
  no previously-included directories found matching 'docs'
  no previously-included directories found matching 'examples'
  writing manifest file 'jetson_stats.egg-info/SOURCES.txt'
  Copying jetson_stats.egg-info to build/bdist.linux-aarch64/wheel/jetson_stats-4.2.2.egg-info
  running install_scripts
  INFO:jtop.core.jetson_variables:Install jtop_env.sh variables
  INFO:jtop.core.jetson_variables: - COPYING jtop_env.sh -> /etc/profile.d/jtop_env.sh
  INFO:jtop.service:Install jtop.service
  INFO:jtop.service: - COPYING jtop.service -> /etc/systemd/system/jtop.service
  INFO:jtop.service: - Reload all daemons
  INFO:jtop.service: - ENABLE jtop.service

^C Building wheel for jetson-stats (setup.py) ... canceled

Expected behavior

the installation to finish to use jtop

Additional context

when flashing the SD-Card with the NVIDIA toolchain I can install jtop on the very same board
but with the duckietown image it doesn't work

Board

  • jetson-stats version: 4.2.2
  • Module: NVIDIA Jetson Nano 4GB (NVIDIA Jetson Nano Developer Kit)
  • L4T: # R32 (release), REVISION: 4.4, GCID: 23942405, BOARD: t210ref, EABI: aarch64, DATE: Fri Oct 16 19:44:43 UTC 2020
  • Ubuntu 18.04.6 LTS (GNU/Linux 4.9.140-tegra aarch64)

Log from jtop.service

journalctl -u jtop.service -n 100 --no-pager:
Failed to start jtop.service.

Log from jetson-stats installation

see above

I see the same issue on a TX2 NX when running through NFS.
Jtop v4.1.0 works OK though.

Thanks for this hint. I'm able to install v4.1.0 and also v4.1.5 (only tested these two out of the v4.1.X series).
It seems like the problem comes with the v4.2.X series (v4.2.0 and v4.2.2 are stuck as described above).

So it would be great, if in the future also the latest releases which are selected when doing sudo -H python3 -m pip install jetson_stats -v get installed without problems.

I'm also experience this issue while installing in a Jetson Orin NX 8GB, the pip instalation completes, but at the end no jtop group, no jtop service, jtop does not work

i think this version is error version. to install. there is no jtop group, no jtop service.
in my case, i found jetson_config jetson_release jetson_swap jtop file in /usr/local/bin. when i try sudo pip3 install jetson-stats
if you install this version. you can't jtop in terminal when you reboot or sudo systemctl restart.
i found one case to run sudo jtop. follow
1.sudo pip3 install jetson-stats
2.sudo find / -name jtop.service ( you can find where is jtop.py is)
3.sudo mv /usr/local/jetson_stats/jtop.service /etc/systemd/system/ (for input jtop.service)
4.sudo systemctl daemon-reload
5.sudo systemctl start jtop.service
6.sudo systemctl enable jtop.service
7.sudo systemctl status jtop.service (then you can see service status. and now you need to reboot.
8.jtop
or
sudo jtop
9.sudo jtop --health (you can try fix. but i catch there is not file for fix).
i hope you can run jtop. but good way is install downgrade version or wait for next version for fix bug.

and i get this log for sudo jtop --health fix
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/scripts/jtop_env.sh

thank you to write this message, I think the error is the same on this issue #488 and #470

Can you please share me the output from

sudo pip3 install --no-cache-dir -v -U jetson-stats
journalctl -u jtop.service -n 100 --no-pager

if the output from the latest command is empty can you please me share also the output from this command:

sudo JTOP_SERVICE=True jtop --force
hi@localhost:~$ journalctl -u jtop.service -n 100 --no-pager
-- Logs begin at Thu 2024-01-25 04:03:05 UTC, end at Thu 2024-01-25 04:52:43 UTC. --
-- No entries --
hi@localhost:~$ sudo JTOP_SERVICE=True jtop --force
[INFO] jtop.core.config - Build service folder in /usr/local/jtop
[INFO] jtop.service - jetson_stats 4.2.5 - server loaded
[INFO] jtop.service - Running on Python: 3.6.9
[INFO] jtop.core.hardware - Hardware detected aarch64
[INFO] jtop.core.hardware - NVIDIA Jetson 699-level Part Number=699-13448-0002-401 G.0
[INFO] jtop.core.hardware - NVIDIA Jetson Module=NVIDIA Jetson Nano module (16Gb eMMC)
[INFO] jtop.core.hardware - NVIDIA Jetson detected L4T=32.5.1
[INFO] jtop.core.cpu - Found 4 CPU
[INFO] jtop.core.gpu - GPU "gpu" status in /sys/devices/57000000.gpu
[INFO] jtop.core.gpu - GPU "gpu" frq in /sys/devices/57000000.gpu/devfreq/57000000.gpu
[INFO] jtop.core.processes - Process service started
[INFO] jtop.core.memory - Found EMC!
[INFO] jtop.core.memory - Found IRAM!
[INFO] jtop.core.memory - Memory service started
[INFO] jtop.core.engine - Engines found: [APE NVDEC NVENC NVJPG SE VIC]
[INFO] jtop.core.temperature - Found thermal "PLL" in thermal_zone3
[INFO] jtop.core.temperature - Found thermal "CPU" in thermal_zone1
[WARNING] jtop.core.temperature - Skipped PMIC
[INFO] jtop.core.temperature - Found thermal "GPU" in thermal_zone2
[INFO] jtop.core.temperature - Found thermal "AO" in thermal_zone0
[INFO] jtop.core.temperature - Found thermal "thermal" in thermal_zone5
[INFO] jtop.core.power - Found I2C power monitor
[INFO] jtop.core.fan - Fan tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1
[INFO] jtop.core.fan - RPM tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1
[INFO] jtop.core.fan - Fan temp controller tegra_pwmfan found in /sys/class/hwmon/hwmon1/temp_control
[INFO] jtop.core.jetson_clocks - jetson_clocks found in /usr/bin/jetson_clocks
Traceback (most recent call last):
  File "/usr/local/bin/jtop", line 11, in <module>
    load_entry_point('jetson-stats==4.2.5', 'console_scripts', 'jtop')()
  File "/usr/local/lib/python3.6/dist-packages/jtop/__main__.py", line 104, in main
    server = JtopServer(force=args.force)
  File "/usr/local/lib/python3.6/dist-packages/jtop/service.py", line 302, in __init__
    self.nvpmodel = NVPModelService(self.jetson_clocks)
  File "/usr/local/lib/python3.6/dist-packages/jtop/core/nvpmodel.py", line 441, in __init__
    name=self._nvpmodel_now['name'],
TypeError: 'NoneType' object is not subscriptable

The TypeError can be fixed by configuring the Power Model (NVPModel):
sudo nvpmodel -m 0
Try sudo JTOP_SERVICE=True jtop --force again:

vhq@localhost:~$ sudo JTOP_SERVICE=True jtop --force
[INFO] jtop.service - jetson_stats 4.2.5 - server loaded
[INFO] jtop.service - Running on Python: 3.6.9
[INFO] jtop.core.hardware - Hardware detected aarch64
[INFO] jtop.core.hardware - NVIDIA Jetson 699-level Part Number=699-13448-0002-401 G.0
[INFO] jtop.core.hardware - NVIDIA Jetson Module=NVIDIA Jetson Nano module (16Gb eMMC)
[INFO] jtop.core.hardware - NVIDIA Jetson detected L4T=32.5.1
[INFO] jtop.core.cpu - Found 4 CPU
[INFO] jtop.core.gpu - GPU "gpu" status in /sys/devices/57000000.gpu
[INFO] jtop.core.gpu - GPU "gpu" frq in /sys/devices/57000000.gpu/devfreq/57000000.gpu
[INFO] jtop.core.processes - Process service started
[INFO] jtop.core.memory - Found EMC!
[INFO] jtop.core.memory - Found IRAM!
[INFO] jtop.core.memory - Memory service started
[INFO] jtop.core.engine - Engines found: [APE NVDEC NVENC NVJPG SE VIC]
[INFO] jtop.core.temperature - Found thermal "PLL" in thermal_zone3
[INFO] jtop.core.temperature - Found thermal "CPU" in thermal_zone1
[WARNING] jtop.core.temperature - Skipped PMIC
[INFO] jtop.core.temperature - Found thermal "GPU" in thermal_zone2
[INFO] jtop.core.temperature - Found thermal "AO" in thermal_zone0
[INFO] jtop.core.temperature - Found thermal "thermal" in thermal_zone5
[INFO] jtop.core.power - Found I2C power monitor
[INFO] jtop.core.fan - Fan tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1
[INFO] jtop.core.fan - RPM tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1
[INFO] jtop.core.fan - Fan temp controller tegra_pwmfan found in /sys/class/hwmon/hwmon1/temp_control
[INFO] jtop.core.jetson_clocks - jetson_clocks found in /usr/bin/jetson_clocks
[INFO] jtop.core.nvpmodel - nvpmodel running in [0]MAXN - Default: 0
[ERROR] jtop.service - Group jtop does not exist!

sudo jtop --health is able to solve the permission issue ✅
Then run sudo JTOP_SERVICE=True jtop --force again:

vhq@localhost:~$ sudo JTOP_SERVICE=True jtop --force
[INFO] jtop.service - jetson_stats 4.2.5 - server loaded
[INFO] jtop.service - Running on Python: 3.6.9
[INFO] jtop.core.hardware - Hardware detected aarch64
[INFO] jtop.core.hardware - NVIDIA Jetson 699-level Part Number=699-13448-0002-401 G.0
[INFO] jtop.core.hardware - NVIDIA Jetson Module=NVIDIA Jetson Nano module (16Gb eMMC)
[INFO] jtop.core.hardware - NVIDIA Jetson detected L4T=32.5.1
[INFO] jtop.core.cpu - Found 4 CPU
[INFO] jtop.core.gpu - GPU "gpu" status in /sys/devices/57000000.gpu
[INFO] jtop.core.gpu - GPU "gpu" frq in /sys/devices/57000000.gpu/devfreq/57000000.gpu
[INFO] jtop.core.processes - Process service started
[INFO] jtop.core.memory - Found EMC!
[INFO] jtop.core.memory - Found IRAM!
[INFO] jtop.core.memory - Memory service started
[INFO] jtop.core.engine - Engines found: [APE NVDEC NVENC NVJPG SE VIC]
[INFO] jtop.core.temperature - Found thermal "PLL" in thermal_zone3
[INFO] jtop.core.temperature - Found thermal "CPU" in thermal_zone1
[WARNING] jtop.core.temperature - Skipped PMIC
[INFO] jtop.core.temperature - Found thermal "GPU" in thermal_zone2
[INFO] jtop.core.temperature - Found thermal "AO" in thermal_zone0
[INFO] jtop.core.temperature - Found thermal "thermal" in thermal_zone5
[INFO] jtop.core.power - Found I2C power monitor
[INFO] jtop.core.fan - Fan tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1
[INFO] jtop.core.fan - RPM tegra_pwmfan(1) found in /sys/class/hwmon/hwmon1
[INFO] jtop.core.fan - Fan temp controller tegra_pwmfan found in /sys/class/hwmon/hwmon1/temp_control
[INFO] jtop.core.jetson_clocks - jetson_clocks found in /usr/bin/jetson_clocks
[INFO] jtop.core.nvpmodel - nvpmodel running in [0]MAXN - Default: 0
[INFO] jtop.service - Initialization service
[INFO] jtop.core.jetson_clocks - Store jetson_clocks configuration in /usr/local/jtop/l4t_dfs.conf
[INFO] jtop.service - service ready

Can you test this release candidate for me? Looks fixed @LudeeD @ProToTime3560 @danielzhangau

sudo -H pip3 install -v jetson-stats==4.2.6rc1

if you confirm I'll make a new version stable
Otherwise can you copy and paste the output of this installation

Thank you very much

Fixed with new release 4.2.6

Update with:

sudo -H pip3 install -U jetson-stats