Constant "jtop.service is not active" error on Jetson nano
TakShimoda opened this issue · 8 comments
Describe the bug
I'm using a Jetson nano with jetpack 4.6.2. I used the normal command sudo pip3 install -U jetson-stats
to install on two other Jetson nanos and they work fine, but for one of them, I'm stuck with errors.
On the first time installing, the command jtop
did nothing (after I typed it, nothing showed on the screen, not even errors).
I couldn't find any issues related to mine, so I just uninstalling and re-installing, but after that, sudo pip3 install -U jetson-stats
gave an error "zipfile.badzipfile: file is not a zip file".
I found an alternative way to install here, which installed, but every time I run jtop
I get the following error message:
Skip for setup.py
The jtop.service is not active. Please run:
sudo systemctl restart jtop.service
I tried sudo systemctl restart jtop.service
but it keeps repeating the same error.
As shown below, it seems NameError: name 'SMBus' is not defined
is the error (it even shows this error when trying the jetson_release -v
command). However, when I tried sudo pip3 install smbus2
I get the following:
Requirement already satisfied: smbus2 in /usr/local/lib/python3.8/dist-packages (0.4.3)
I also tried sudo apt-get install python3-smbus
but it didn't solve any errors.
Board
Output from jetson_release -v
:
Skip for setup.py
Software part of jetson-stats 4.2.7 - (c) 2024, Raffaello Bonghi
Traceback (most recent call last):
File "/usr/local/bin/jetson_release", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/jtop/jetson_release.py", line 45, in main
jetson = get_jetson_variables()
File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 303, in get_jetson_variables
part_number, jetson_part_number = get_part_number()
File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 279, in get_part_number
bus = SMBus(bus_number, force=True)
NameError: name 'SMBus' is not defined
Log from jtop.service
Attach here the output from: journalctl -u jtop.service -n 100 --no-pager
-- Logs begin at Tue 2023-11-21 22:10:21 CET, end at Mon 2024-04-01 23:03:14 CEST. --
Apr 01 23:02:37 nano jtop[9139]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/hardware.py", line 71, in get_hardware
Apr 01 23:02:37 nano jtop[9139]: jetson = get_jetson_variables()
Apr 01 23:02:37 nano jtop[9139]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 303, in get_jetson_variables
Apr 01 23:02:37 nano jtop[9139]: part_number, jetson_part_number = get_part_number()
Apr 01 23:02:37 nano jtop[9139]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 279, in get_part_number
Apr 01 23:02:37 nano jtop[9139]: bus = SMBus(bus_number, force=True)
Apr 01 23:02:37 nano jtop[9139]: NameError: name 'SMBus' is not defined
Apr 01 23:02:37 nano systemd[1]: jtop.service: Main process exited, code=exited, status=1/FAILURE
Apr 01 23:02:37 nano systemd[1]: jtop.service: Failed with result 'exit-code'.
Apr 01 23:02:40 nano systemd[1]: Stopped jtop service.
Apr 01 23:02:40 nano systemd[1]: Started jtop service.
Apr 01 23:02:40 nano jtop[9178]: [INFO] jtop.service - jetson_stats 4.2.7 - server loaded
Apr 01 23:02:40 nano jtop[9178]: [INFO] jtop.service - Running on Python: 3.8.10
Apr 01 23:02:40 nano jtop[9178]: [INFO] jtop.core.hardware - Hardware detected aarch64
Apr 01 23:02:40 nano jtop[9178]: Skip for setup.py
Apr 01 23:02:41 nano jtop[9178]: Traceback (most recent call last):
Apr 01 23:02:41 nano jtop[9178]: File "/usr/local/bin/jtop", line 8, in <module>
Apr 01 23:02:41 nano jtop[9178]: sys.exit(main())
Apr 01 23:02:41 nano jtop[9178]: File "/usr/local/lib/python3.8/dist-packages/jtop/__main__.py", line 104, in main
Apr 01 23:02:41 nano jtop[9178]: server = JtopServer(force=args.force)
Apr 01 23:02:41 nano jtop[9178]: File "/usr/local/lib/python3.8/dist-packages/jtop/service.py", line 281, in __init__
Apr 01 23:02:41 nano jtop[9178]: self.board = {'hardware': get_hardware()}
Apr 01 23:02:41 nano jtop[9178]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/hardware.py", line 71, in get_hardware
Apr 01 23:02:41 nano jtop[9178]: jetson = get_jetson_variables()
Apr 01 23:02:41 nano jtop[9178]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 303, in get_jetson_variables
Apr 01 23:02:41 nano jtop[9178]: part_number, jetson_part_number = get_part_number()
Apr 01 23:02:41 nano jtop[9178]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 279, in get_part_number
Apr 01 23:02:41 nano jtop[9178]: bus = SMBus(bus_number, force=True)
Apr 01 23:02:41 nano jtop[9178]: NameError: name 'SMBus' is not defined
Apr 01 23:02:41 nano systemd[1]: jtop.service: Main process exited, code=exited, status=1/FAILURE
Apr 01 23:02:41 nano systemd[1]: jtop.service: Failed with result 'exit-code'.
Apr 01 23:02:51 nano systemd[1]: jtop.service: Scheduled restart job, restart counter is at 2.
Apr 01 23:02:51 nano systemd[1]: Stopped jtop service.
Apr 01 23:02:51 nano systemd[1]: Started jtop service.
Apr 01 23:02:51 nano jtop[9236]: [INFO] jtop.service - jetson_stats 4.2.7 - server loaded
Apr 01 23:02:51 nano jtop[9236]: [INFO] jtop.service - Running on Python: 3.8.10
Apr 01 23:02:51 nano jtop[9236]: [INFO] jtop.core.hardware - Hardware detected aarch64
Apr 01 23:02:51 nano jtop[9236]: Skip for setup.py
Apr 01 23:02:52 nano jtop[9236]: Traceback (most recent call last):
Apr 01 23:02:52 nano jtop[9236]: File "/usr/local/bin/jtop", line 8, in <module>
Apr 01 23:02:52 nano jtop[9236]: sys.exit(main())
Apr 01 23:02:52 nano jtop[9236]: File "/usr/local/lib/python3.8/dist-packages/jtop/__main__.py", line 104, in main
Apr 01 23:02:52 nano jtop[9236]: server = JtopServer(force=args.force)
Apr 01 23:02:52 nano jtop[9236]: File "/usr/local/lib/python3.8/dist-packages/jtop/service.py", line 281, in __init__
Apr 01 23:02:52 nano jtop[9236]: self.board = {'hardware': get_hardware()}
Apr 01 23:02:52 nano jtop[9236]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/hardware.py", line 71, in get_hardware
Apr 01 23:02:52 nano jtop[9236]: jetson = get_jetson_variables()
Apr 01 23:02:52 nano jtop[9236]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 303, in get_jetson_variables
Apr 01 23:02:52 nano jtop[9236]: part_number, jetson_part_number = get_part_number()
Apr 01 23:02:52 nano jtop[9236]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 279, in get_part_number
Apr 01 23:02:52 nano jtop[9236]: bus = SMBus(bus_number, force=True)
Apr 01 23:02:52 nano jtop[9236]: NameError: name 'SMBus' is not defined
Apr 01 23:02:52 nano systemd[1]: jtop.service: Main process exited, code=exited, status=1/FAILURE
Apr 01 23:02:52 nano systemd[1]: jtop.service: Failed with result 'exit-code'.
Apr 01 23:03:02 nano systemd[1]: jtop.service: Scheduled restart job, restart counter is at 3.
Apr 01 23:03:02 nano systemd[1]: Stopped jtop service.
Apr 01 23:03:02 nano systemd[1]: Started jtop service.
Apr 01 23:03:02 nano jtop[9300]: [INFO] jtop.service - jetson_stats 4.2.7 - server loaded
Apr 01 23:03:02 nano jtop[9300]: [INFO] jtop.service - Running on Python: 3.8.10
Apr 01 23:03:02 nano jtop[9300]: [INFO] jtop.core.hardware - Hardware detected aarch64
Apr 01 23:03:02 nano jtop[9300]: Skip for setup.py
Apr 01 23:03:03 nano jtop[9300]: Traceback (most recent call last):
Apr 01 23:03:03 nano jtop[9300]: File "/usr/local/bin/jtop", line 8, in <module>
Apr 01 23:03:03 nano jtop[9300]: sys.exit(main())
Apr 01 23:03:03 nano jtop[9300]: File "/usr/local/lib/python3.8/dist-packages/jtop/__main__.py", line 104, in main
Apr 01 23:03:03 nano jtop[9300]: server = JtopServer(force=args.force)
Apr 01 23:03:03 nano jtop[9300]: File "/usr/local/lib/python3.8/dist-packages/jtop/service.py", line 281, in __init__
Apr 01 23:03:03 nano jtop[9300]: self.board = {'hardware': get_hardware()}
Apr 01 23:03:03 nano jtop[9300]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/hardware.py", line 71, in get_hardware
Apr 01 23:03:03 nano jtop[9300]: jetson = get_jetson_variables()
Apr 01 23:03:03 nano jtop[9300]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 303, in get_jetson_variables
Apr 01 23:03:03 nano jtop[9300]: part_number, jetson_part_number = get_part_number()
Apr 01 23:03:03 nano jtop[9300]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 279, in get_part_number
Apr 01 23:03:03 nano jtop[9300]: bus = SMBus(bus_number, force=True)
Apr 01 23:03:03 nano jtop[9300]: NameError: name 'SMBus' is not defined
Apr 01 23:03:03 nano systemd[1]: jtop.service: Main process exited, code=exited, status=1/FAILURE
Apr 01 23:03:03 nano systemd[1]: jtop.service: Failed with result 'exit-code'.
Apr 01 23:03:13 nano systemd[1]: jtop.service: Scheduled restart job, restart counter is at 4.
Apr 01 23:03:13 nano systemd[1]: Stopped jtop service.
Apr 01 23:03:13 nano systemd[1]: Started jtop service.
Apr 01 23:03:13 nano jtop[9363]: [INFO] jtop.service - jetson_stats 4.2.7 - server loaded
Apr 01 23:03:13 nano jtop[9363]: [INFO] jtop.service - Running on Python: 3.8.10
Apr 01 23:03:13 nano jtop[9363]: [INFO] jtop.core.hardware - Hardware detected aarch64
Apr 01 23:03:13 nano jtop[9363]: Skip for setup.py
Apr 01 23:03:14 nano jtop[9363]: Traceback (most recent call last):
Apr 01 23:03:14 nano jtop[9363]: File "/usr/local/bin/jtop", line 8, in <module>
Apr 01 23:03:14 nano jtop[9363]: sys.exit(main())
Apr 01 23:03:14 nano jtop[9363]: File "/usr/local/lib/python3.8/dist-packages/jtop/__main__.py", line 104, in main
Apr 01 23:03:14 nano jtop[9363]: server = JtopServer(force=args.force)
Apr 01 23:03:14 nano jtop[9363]: File "/usr/local/lib/python3.8/dist-packages/jtop/service.py", line 281, in __init__
Apr 01 23:03:14 nano jtop[9363]: self.board = {'hardware': get_hardware()}
Apr 01 23:03:14 nano jtop[9363]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/hardware.py", line 71, in get_hardware
Apr 01 23:03:14 nano jtop[9363]: jetson = get_jetson_variables()
Apr 01 23:03:14 nano jtop[9363]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 303, in get_jetson_variables
Apr 01 23:03:14 nano jtop[9363]: part_number, jetson_part_number = get_part_number()
Apr 01 23:03:14 nano jtop[9363]: File "/usr/local/lib/python3.8/dist-packages/jtop/core/jetson_variables.py", line 279, in get_part_number
Apr 01 23:03:14 nano jtop[9363]: bus = SMBus(bus_number, force=True)
Apr 01 23:03:14 nano jtop[9363]: NameError: name 'SMBus' is not defined
Apr 01 23:03:14 nano systemd[1]: jtop.service: Main process exited, code=exited, status=1/FAILURE
Apr 01 23:03:14 nano systemd[1]: jtop.service: Failed with result 'exit-code'.
Log from jetson-stats installation
Attach here the output from: sudo -H pip3 install --no-cache-dir -v -U jetson-stats
Non-user install because site-packages writeable
Created temporary directory: /tmp/pip-ephem-wheel-cache-rf6qaztz
Created temporary directory: /tmp/pip-req-tracker-nr2xorpc
Initialized build tracking at /tmp/pip-req-tracker-nr2xorpc
Created build tracker: /tmp/pip-req-tracker-nr2xorpc
Entered build tracker: /tmp/pip-req-tracker-nr2xorpc
Created temporary directory: /tmp/pip-install-rf83buy9
1 location(s) to search for versions of jetson-stats:
* https://pypi.org/simple/jetson-stats/
Fetching project page and analyzing links: https://pypi.org/simple/jetson-stats/
Getting page https://pypi.org/simple/jetson-stats/
Found index url https://pypi.org/simple
Getting credentials from keyring for https://pypi.org/simple
Getting credentials from keyring for pypi.org
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/jetson-stats/ HTTP/1.1" 200 7897
Found link https://files.pythonhosted.org/packages/2d/d5/0db8f183b263300ac5a6f81c514b70ea8948c5f0db6d6a69ae4c30caeab3/jetson-stats-1.6.2.tar.gz#sha256=dee03f9b3a3cb3181e26ad54f72721460148169ee0f2db9eb97ad8e70e523688 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.2
Found link https://files.pythonhosted.org/packages/ee/ef/f917a467a77762fea5aef431e96020e1677b5de202af621cc027a3b2d12e/jetson-stats-1.6.3.tar.gz#sha256=c6fef9e5cac1678c2f1e94431f34306080195c7d56485481776390f66ab25931 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.3
Found link https://files.pythonhosted.org/packages/73/12/b6acd0f4fcd4427b9ff89b971f50da2cb0a25ced09192b5ea4aceb4e997c/jetson-stats-1.6.4.tar.gz#sha256=a15589fc8d5c2f43e1d1be36966f132a8e25adacef547a95c920107287fe7798 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.4
Found link https://files.pythonhosted.org/packages/aa/f7/65931081ea159783c27933f1f41e2074067a23d0844e8904879e38b008db/jetson-stats-1.6.5.tar.gz#sha256=aec859a35d666fab9551853370dc2e34baa8b0ba9f397df688afe95db4e7a3f9 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.5
Found link https://files.pythonhosted.org/packages/12/16/536096666ff809481b3b9ca85080e2011951412e75950b8d180c609c263d/jetson-stats-1.6.6.tar.gz#sha256=7789ebfdad42b10341d5c2aa3347f361d63e26f7a7a65a9c432a9fa9bbe1eb4b (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.6
Found link https://files.pythonhosted.org/packages/70/e2/8dd2dbffa2b60fa7fc3936515a455c2208a9880f52d8c69bba09ec5b989d/jetson-stats-1.6.7.tar.gz#sha256=38724beeecdb709b9d707ad75ad145e6852516d47d1c7a21c955fbdea48384f6 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.7
Found link https://files.pythonhosted.org/packages/a8/58/fd74cee39ff63869b11e11d22a0548a8a801b6c44d4712b2644a26c6d991/jetson-stats-1.6.8.tar.gz#sha256=dd4c216fc8adc28b66147cee30609202ab5ee643b7aee43ba3c4352dea8bc51e (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.8
Found link https://files.pythonhosted.org/packages/00/b8/b5f8f9422d3178b884eed48df32e562212972c37afff4485ff28d0df35db/jetson-stats-1.6.9.tar.gz#sha256=96cb05deb19a221adb581107a8f6fc00592fac2e2726fa24f43bafaea6916f70 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.9
Found link https://files.pythonhosted.org/packages/7f/88/e777cb4e02e3470b88531b58ffcfcc86adb440a09dc9ad4d6987e36466a4/jetson-stats-1.6.10.tar.gz#sha256=0ec5c97e844d995f41deb768a3879be0ed7789c22e5be7f134c4bd9f2b9ed4b5 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.10
Found link https://files.pythonhosted.org/packages/22/de/8068116eae57f94fb7bcab86e98ec3cc2161d135ac9d51c4a8acad0e14f9/jetson-stats-1.6.11.tar.gz#sha256=48937efbaa6710c5cc9988434385c9b7231d6ac83a76627288a94f3365c8d413 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.11
Found link https://files.pythonhosted.org/packages/a3/11/994c5d324736118f45c4afcf0a4d366ab1f1a0cd117977d14171535c7e4a/jetson-stats-1.6.12.tar.gz#sha256=0baa9ae32db9d9de33847d6642f546b68df982b7d7fa06b6a62e190ebdd5664b (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.12
Found link https://files.pythonhosted.org/packages/42/1c/a54ce3e69422a1b627ac2e38a1b1a3d9e39f840ca5ed1d118d60c2e34aba/jetson-stats-1.6.13.tar.gz#sha256=fe81b7401ebf65388a521de56711e5108037d08366eea3497a2a39e347dd6d10 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.6.13
Found link https://files.pythonhosted.org/packages/f4/c2/c70d35d7e94668bfc730cce675815130f49a7b2d01f9d162810708ab7d25/jetson-stats-1.7.0.tar.gz#sha256=c71547a8b8f629507aadc3b78b1df79ad0382963797f080ba3e1c3cf0f01894f (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.0
Found link https://files.pythonhosted.org/packages/87/76/9589b36f6988c5be3adb3e5a90c25cada6f5b687354cbe9b72c29b755719/jetson-stats-1.7.1.tar.gz#sha256=7474ca5e169aac880c5b2b1bdcec3488afaaaef3d75a345c9e064b81afa6d2ec (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.1
Found link https://files.pythonhosted.org/packages/cf/cc/419229a4310f1921aaf21337c9968edd1e8fdf7a6800b267cc612e3db068/jetson-stats-1.7.2.tar.gz#sha256=a661ec61254d05b62e0942d7096bde867a65059c09b54ab71e2f334411ec8cef (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.2
Found link https://files.pythonhosted.org/packages/62/6f/a2fcd866a3ca4e94a81cf9a34e144901ef6356225bbab7d919fd1137eff7/jetson-stats-1.7.3.tar.gz#sha256=94ed0d5540df1c1c446da67368d49c51a570bb8b248bc6645f1b5b76091585d7 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.3
Found link https://files.pythonhosted.org/packages/5d/09/fc2b8e577ecaa76576762d77bd46dc7b3918dd2b1b0c48ca7e7c1dedcd78/jetson-stats-1.7.4.tar.gz#sha256=a74d93330800cb5f89b865a37c8784d279bb6ec6d64580c909f380c3b6bd54e4 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.4
Found link https://files.pythonhosted.org/packages/18/47/c1d6e486583111026297b440c0f2384df2d88024f172b8bc79c78fe8f50b/jetson-stats-1.7.5.tar.gz#sha256=1eb87e1f776c8f4a43e2fe7c8713f13c622eab3ceb02b022c6ada9a571236a26 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.5
Found link https://files.pythonhosted.org/packages/f4/11/80b26afd9bb8b95b3d7c9709c1f8ea83524bb351de58e1615d6d8c0c9152/jetson-stats-1.7.6.tar.gz#sha256=841177e8624223c718bea2bb55318e9a1e63a120a223bf63c62f036790ec8a3e (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.6
Found link https://files.pythonhosted.org/packages/c6/9d/7bb7644206fcd77e20cdc15a62484fa5e1bd5205000f519bca645d55f1e5/jetson-stats-1.7.7.tar.gz#sha256=76585d916701763fd457c60dc7a881c5621282c3af660d4dcd202a6eda2c1700 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.7
Found link https://files.pythonhosted.org/packages/4c/dd/6946ab16d98ef98d12ed4ed8e3a863554e0418b6f01674c55864290ecc16/jetson-stats-1.7.8.tar.gz#sha256=1d654201be0ff0321745e3e22d1c413a5476697c56847e1a38b05a3c7d6f051a (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.8
Found link https://files.pythonhosted.org/packages/5d/2f/badd379cbef9f9d8a9ace44070ea566949c45d9a8224e3411c370b8d3507/jetson-stats-1.7.9.tar.gz#sha256=a86e85a59a473b48a9457ca84517db379912a77cfe5427b2a16ef2823e0f8aeb (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.9
Found link https://files.pythonhosted.org/packages/e2/23/b1bd08a34a637e7ae2838c7a7847c574056b9804012063344383ca5765ed/jetson-stats-1.7.10.tar.gz#sha256=53f7bd8e48648961473e10afe5cf99640c3020c253946f3230589d9dc34e365e (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.10
Found link https://files.pythonhosted.org/packages/5f/ad/66e5a2a20b9744aa1a2ef33c958f04b1e23c04ec86546e4d127b176a6586/jetson-stats-1.7.11.tar.gz#sha256=453bbc3e12c0685be79f156e9bf94fac12da28a60d6860b3f6c1c2e7a207d9bd (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.7.11
Found link https://files.pythonhosted.org/packages/0a/c7/1510446a9ad349018a740f96c585f2049553753c4cde041fdd9e74efadb5/jetson-stats-1.8.0.tar.gz#sha256=e844a24bfcad530726d3d098ead83bcfea58820c99da3ac57b8970e98bcae750 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.8.0
Found link https://files.pythonhosted.org/packages/27/42/4b5cbc35dc10b0cfd372d5d5a60be59a76010630ccd598bf7cea82b4bc14/jetson-stats-1.8.1.tar.gz#sha256=586120f9499aee6b8813fccb0e360e8eb0c14a06ddc8abbd60c24efa8e0a016c (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.8.1
Found link https://files.pythonhosted.org/packages/8a/b1/86e122a3a949a4bf84693737f44da985076533386060cc12f8333face8fb/jetson-stats-1.8.2.tar.gz#sha256=062a5f741816cd0bd8219f2d0710b2fb1a842eff109504f2fa3fb106a14f0cba (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.8.2
Found link https://files.pythonhosted.org/packages/51/ba/7d4a037971f160154dd65669e108690d65981b5de5f839361c8508146e84/jetson-stats-1.8.3.tar.gz#sha256=333bfce4719918d2b68a2cffc9a8ae7c332e5a56912af252535bf0018e8191f6 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.8.3
Found link https://files.pythonhosted.org/packages/db/7d/79740fd19a425fec160d4f6c78a5bbc76141e22d9be96efbe8a4a38d28c3/jetson-stats-1.8.4rc0.tar.gz#sha256=60a62ec6fe142d60195570952d411301e7aa592996ede81211dba442bf94d0ab (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.8.4rc0
Found link https://files.pythonhosted.org/packages/41/5e/777b404060189003b6a7411d84211b4bd5b939313fc30cd08a07c8767f71/jetson-stats-1.8.4rc1.tar.gz#sha256=e32d1040233435dc626fdb555b64cd2415f6652c609133cb48207a47a2663994 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.8.4rc1
Found link https://files.pythonhosted.org/packages/ef/a0/4a594225bf7f97a842528d210798a24d29afa9402faf38757772a4c1903f/jetson-stats-1.8.4rc2.tar.gz#sha256=47705f00a48b2bbcf33c3adff14e9a34974f2ea9b6a27512df7257e25e9acbc9 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.8.4rc2
Found link https://files.pythonhosted.org/packages/ac/d5/f26fb93b999f4ca226bcd9f82a4b127f4f9334a1ada22aa473fc368bbe97/jetson-stats-1.8.4rc3.tar.gz#sha256=ce32527373254902fe1aab24829de7ba9dad73cd11f78b464e9f30eaabd3697c (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 1.8.4rc3
Found link https://files.pythonhosted.org/packages/65/93/89eef1b6b7892a10bf95a36e17bc5eb70abb6d19285c18c14d6bf8edf4ac/jetson-stats-2.0.0.dev1.tar.gz#sha256=f57c3e6614acfe06f1a511aa9dc129815471152fb00f51294d819476c5334669 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0.dev1
Found link https://files.pythonhosted.org/packages/0b/8f/069a03ae33e67c9ac3852dc46e052624aadd34b9bef7d5572f08558b7e53/jetson-stats-2.0.0.dev2.tar.gz#sha256=cde9798545b8f92310967aa14905a9fa8e79efddd41b316a5bb3af86c361cd3c (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0.dev2
Found link https://files.pythonhosted.org/packages/16/97/e6fafca1ec747c09a1305a48098a7771b7e7f4817ec8b953f5868d160af2/jetson-stats-2.0.0.dev3.tar.gz#sha256=5e8aaa8de25884c9305d0cb87b43cd512355bbdbdb4ab92cb04e720afe281728 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0.dev3
Found link https://files.pythonhosted.org/packages/83/57/a1e1e35234c2ba0e70d4bfd057cb1b08c60de95e87e65945ed2f36afd8ce/jetson-stats-2.0.0.dev4.tar.gz#sha256=8823d467043a9e2b0bdd54cd320b5515402fda736a59838c91f396f34e962478 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0.dev4
Found link https://files.pythonhosted.org/packages/54/80/6b69800791321d890d0dd8906b233f373d403337fd8838a0ba058ad11690/jetson-stats-2.0.0.dev5.tar.gz#sha256=bc6eac030cb2f8b99a2968207f71c58ecfd4cd4ee1eeab373581f8ecfb8bb882 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0.dev5
Found link https://files.pythonhosted.org/packages/28/cc/b78ceba1b054b7460021d4cdaabec16d8d870cdae8c6beb9d84f4e114995/jetson-stats-2.0.0.dev6.tar.gz#sha256=a37f7ba81f4ddc7460f0f42b24c2b775691b9eaf2b504fa0d0ffb343197dd6a2 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0.dev6
Found link https://files.pythonhosted.org/packages/26/28/9cd2a8125bc1f8ea6d95fa913c7b28037be4a5e2de88c323c2f9b289c284/jetson-stats-2.0.0rc1.tar.gz#sha256=e8d66b6f68b61234758cd06d0f77ca65538121c1e00d56ecf55873b14d67e4cd (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0rc1
Found link https://files.pythonhosted.org/packages/23/46/0ff637b415c6be1148a0a1bcf0188a16c9fa377c6b3bd33322b346cc3f4f/jetson-stats-2.0.0rc2.tar.gz#sha256=6014c0d0b64d31e1a2c8464b8d0ba42a73219d55b8712f9db7d17de095ad5b3d (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0rc2
Found link https://files.pythonhosted.org/packages/b2/15/8b821ed75f4275fa2d65c997ee56e4544985c53c1f63e1c7c266ea7ad3e7/jetson-stats-2.0.0rc3.tar.gz#sha256=9e8f12fa5f05a449dd7f46d51fd01e50b21de4a0bd3ef1e83469fd174d04dad1 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0rc3
Found link https://files.pythonhosted.org/packages/da/45/01fe68e465afc08836a1d9f9286e4e043e7d1db830627e3dfbd618b18b49/jetson-stats-2.0.0rc4.tar.gz#sha256=fbd3b354ea70d7cae654923c55e29a05723f1031ad2a74559888ae34c30582d1 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0rc4
Found link https://files.pythonhosted.org/packages/8f/48/616c0200cd848a418bd9e32bdc2d764947d8c25a9ba6c5d4f3abf8ae5ef0/jetson-stats-2.0.0.tar.gz#sha256=d915431cf9121941ed117814ca785d9ce27003d7db515034e89e7caaf5a7bf89 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.0
Found link https://files.pythonhosted.org/packages/ce/e0/55cc8dd10f6ab85af8a0782b677d499b2c0d0d60218ef0ea531eae5ccc90/jetson-stats-2.0.1.tar.gz#sha256=17d36b88d7dba74ea842697b55207bb977c69286e67a51ea577bcec742796d7e (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.1
Found link https://files.pythonhosted.org/packages/69/62/a2c3616909c0fe19a9e291d0c73fc3b8e0a72388dfc9bfd400da1d9e727b/jetson-stats-2.0.2.tar.gz#sha256=0a5cca2c6d9fc92b230c3822c3edf74be2cf233ed9ac6d1b6f0c5e9bf472b462 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.2
Found link https://files.pythonhosted.org/packages/cc/2e/08df5e9180c815e194e7532e4c759478915d07a753103baf91e3e068e090/jetson-stats-2.0.3.tar.gz#sha256=7849a72b9e297f949838ed1f9605c3ab80de55da83698c02da094f4db896d91b (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.3
Found link https://files.pythonhosted.org/packages/ba/0a/dcba88d185ee680cf91d94eaa2b2bb84bb3645a4945ab57909916ad882a3/jetson-stats-2.0.4.tar.gz#sha256=ba73899e45963bca9c0a0446e45c266f771fc25fce69a7d1f4ea9b46156f0794 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.0.4
Found link https://files.pythonhosted.org/packages/b2/e1/bd470c62a5f99af0a35914f1245972629064e8984264b271687b25673aae/jetson-stats-2.1.0rc1.tar.gz#sha256=ba70f51f0a7c7cb30e42ffc95d62fb3c313e962658e91c32d0c587eb082ba3f6 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.1.0rc1
Found link https://files.pythonhosted.org/packages/4b/8c/9d692cd15e9705b22fcbe1223a2d501a6226686ba05d62f39f8ab6889982/jetson-stats-2.1.0.tar.gz#sha256=7e25973e762cd4913d0abce8875f1e3b87ca929152c1dca850033c473149c4a1 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.1.0
Found link https://files.pythonhosted.org/packages/0f/72/03ff02ece7ebf42b8062281c7c66de07abdb658d442859aee72369dd40b7/jetson-stats-2.5.0rc1.tar.gz#sha256=da7d5086bda96b8c1939c320a90cf300dba5d8b97e966ddc2d9e2bc42505ef71 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 2.5.0rc1
Found link https://files.pythonhosted.org/packages/60/63/005c6eadf301af9d9ad84523d6cfa0eeaeaba953d0f51448b9af6946b4f8/jetson-stats-3.0.0rc1.tar.gz#sha256=6e5ff40c2780c49d39168299b6e2fcf9d38efdd85ca995916eda82fb0f3eb1cf (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.0.0rc1
Found link https://files.pythonhosted.org/packages/42/20/e41d904d22c53a30f5414b2d130dfe35e4e2861dfe28850eb4deb41016e3/jetson-stats-3.0.0rc2.tar.gz#sha256=f2844479c2fc45cccbcb1a020ba3a57911a8a7cbd1f9a4cfba64af9f133c8508 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.0.0rc2
Found link https://files.pythonhosted.org/packages/19/b5/0ad133785a86b7d4b9b7824206e55c0de3ff9e7269c0ae487bd5ac28a9c4/jetson-stats-3.0.0.tar.gz#sha256=6574b6f4a34608f128a0bf9173912a07084aaee41b34baa820542402c576ed4c (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.0.0
Found link https://files.pythonhosted.org/packages/06/76/1b96982f389e5720a38788b4975aeca5d332999fee19b61d9ae4f3e49662/jetson-stats-3.0.1.tar.gz#sha256=a807e2c639ca2d9555f709f40e5c7e85b72fc5d9ff5108221ff02f7b4628d34d (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.0.1
Found link https://files.pythonhosted.org/packages/6c/1b/d926995bee8983cbd4176c5c3f103f8e5198292057c45d82198baccd1077/jetson-stats-3.0.2.tar.gz#sha256=326263bf550debf486974e76275ba1f4ab0b90f8f1d226c80c543b55a207be20 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.0.2
Found link https://files.pythonhosted.org/packages/34/f8/4408e149e3f56e04def96f74a1e0fbf1717c8fdc6a6bfdbe4fe5025ed6cd/jetson-stats-3.0.3.tar.gz#sha256=5f90ab520dd2aec8b070e8239aa22fab25d2b15b9f7272303f115cdb0b6218a5 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.0.3
Found link https://files.pythonhosted.org/packages/8d/e6/85d21827a052d3a57363d4ccac9802fb18480e4e071dea664656b0a723b8/jetson-stats-3.1.0.tar.gz#sha256=70018dad7f0f90cd550f2f49aa705ec4009f9039d4c8d77c024e7f26c61bb7df (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.1.0
Found link https://files.pythonhosted.org/packages/70/57/ce1aec95dd442d94c3bd47fcda77d16a3cf55850fa073ce8c3d6d162ae0b/jetson-stats-3.1.1.tar.gz#sha256=012a9c538bce88789f73342628ec6b92882b6052a5e33ea58a6e5d28f0774524 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.1.1
Found link https://files.pythonhosted.org/packages/3c/da/8e1f2c40fddd2690c7ba2c9a97fa80fe22ac15b82479a3033656aa2826f4/jetson-stats-3.1.2.tar.gz#sha256=afab3db7da554ad14df7b7eee4d0bc3338c827625c690dda0ac4ddd6051d315a (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.1.2
Found link https://files.pythonhosted.org/packages/b6/59/662ea304b86f7481fa67e8c43454c1d56d9c73aca8953f6fca581498b9bc/jetson-stats-3.1.3.tar.gz#sha256=cddaf406b44e393b81a1da31bca7e6444f327c5088a57e44294fbc49c8fa8819 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.1.3
Found link https://files.pythonhosted.org/packages/64/78/345194e16e2b3cfcd986bf24b885e9b3eb92f48015d4bde0f879c369aafd/jetson-stats-3.1.4.tar.gz#sha256=71c69ecd42b59c035c4148431b92d00cd3449b3b82a900d7dd53fefeabc500b3 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 3.1.4
Found link https://files.pythonhosted.org/packages/83/75/602205b27b4df81c205d540282c5ad8b1d2e2da9e725dce0d019b9726f5e/jetson-stats-4.0.0rc1.tar.gz#sha256=519a92bd8f2d937206dc7f64894775529d3cd0575284f93995acd3aac25b3474 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.0.0rc1
Found link https://files.pythonhosted.org/packages/b9/24/6dfc1f853aeecec37e287ac751b19be0f1e391e432e1b1c3b16ef0ef25f6/jetson-stats-4.0.0rc2.tar.gz#sha256=3342d30bf7c3dd48869b7c1650bdcace3e6953809762c59d7e66bdb81df08a03 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.0.0rc2
Found link https://files.pythonhosted.org/packages/bc/38/62ca41bbf8cc2fcfee7fce7e93d7db44ea246818aee3672fb0c3bdd03374/jetson-stats-4.0.0rc3.tar.gz#sha256=b0b4aba62d6150b65710dad11d8ba243e39bf857e9a0e51bc6fa8ba90e326e68 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.0.0rc3
Found link https://files.pythonhosted.org/packages/3f/87/14f49099922cd6d973862595c0670e9ec4d084f38ecf5e568f16f6023702/jetson-stats-4.0.0.tar.gz#sha256=9294f2e7f3de67037e4293fc1e63f3e76f437ed7b0d5e5e9cd83b7352006b881 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.0.0
Found link https://files.pythonhosted.org/packages/99/55/0bbd16ffec0576cb9cd590733c322804d88b80619bfa15a149eb8aa00be5/jetson-stats-4.1.0.tar.gz#sha256=72dd37b2220d3a2d4816f138e58cd4b5b4fae09bda5e8986a936dd811274bab8 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.1.0
Found link https://files.pythonhosted.org/packages/c4/11/f6ab7365e1a1d077f569891285a3e55818a0be9694aa7994c516d0c8caf1/jetson-stats-4.1.1.tar.gz#sha256=3577524c1a0967f12fa3d247588b1a7b44e92be13ab87e28a8d2dd6fb31b5a01 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.1.1
Found link https://files.pythonhosted.org/packages/ff/fa/9e01659169545cbabda094d8a539a6e995370aca59a6fcde0ec7fa06086e/jetson-stats-4.1.2.tar.gz#sha256=f3ab7d3ef231b411e126ee97f7e8cb853eec366ed812f4cdc09d4d8992cf7aaf (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.1.2
Found link https://files.pythonhosted.org/packages/73/69/d63e84aeb44e02be79d20399593cdd7cba795af1130425c47d3d0af9c039/jetson-stats-4.1.3.tar.gz#sha256=72c072e893ab2dce68b1b87f756e3c88ec3513afd9b84d8f4f1608164680f80c (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.1.3
Found link https://files.pythonhosted.org/packages/66/0a/55e75305843afff00438e764e67bd8d526323be262c67d15ac719af727ad/jetson-stats-4.1.4.tar.gz#sha256=13b0e632b6f372cf30d410f3456ab5ab47252a25267350e345e995d58efadb54 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.1.4
Found link https://files.pythonhosted.org/packages/6e/94/f22aaff5284e35daace3a765eb1f491b4d4e762df285e18fcad6bc0f45b0/jetson-stats-4.1.5.tar.gz#sha256=8c66071172e6385c585ca58ffafc6c73d2d5951b276f71d006021fc531022d40 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.1.5
Found link https://files.pythonhosted.org/packages/f5/68/f4631b1224ef0b1b6b381bb6e2817a7c6d3bec8d418c2dfb6995d238b173/jetson-stats-4.2.0.dev1.tar.gz#sha256=af1287c0ff12a8cffc2e332490ed87b068514fdae6428321c709fc1ce448256a (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.2.0.dev1
Found link https://files.pythonhosted.org/packages/ef/cc/32b700fce5279cc01aea6dfc62f14b5f4954ad11ffb485ccfe4c3b8433de/jetson-stats-4.2.0rc0.tar.gz#sha256=32d41e2750bb38d2b5ba14afea85ca6aaa0a48a621fd7f23ddc46c5b5b0f2844 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.2.0rc0
Found link https://files.pythonhosted.org/packages/2f/a0/1b0ce82067425748cc90b1f3c67349dc7b733d499c47dd6ab3a0bf5a7467/jetson-stats-4.2.0rc1.tar.gz#sha256=7de61ef0de9de8c0383b1486bdf0065431d8d3f5ec88d2b47de67277b5c0d6bf (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.2.0rc1
Found link https://files.pythonhosted.org/packages/f5/77/2c8c7105b94449237e53b455f4731ce3213e341a796085630e31ac4f6e8c/jetson-stats-4.2.0rc2.tar.gz#sha256=3d109c67ea59f7cb81411c92ac222ce1747d14c10a606f6a95aee618fa28dec0 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.2.0rc2
Found link https://files.pythonhosted.org/packages/84/af/4622fde4d0cb6f43fdf58b5f45d4714c73d27c510618f5e31096b45ae2fc/jetson-stats-4.2.0.tar.gz#sha256=cd09a25590407ed8024fb68daab5fdabeebfd0dc173c3b108994de3968104504 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.2.0
Found link https://files.pythonhosted.org/packages/aa/07/098bfb6f864b44c12957be8798c34af4faabac33ffde2eaf1ef861f901e5/jetson-stats-4.2.1.tar.gz#sha256=861144a0babdd36b688373e7dac8c0373a0e378c1ae9c19ccacceec4ce270b51 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4), version: 4.2.1
Found link https://files.pythonhosted.org/packages/db/e3/74ddedecf2210240cf4cc7f7509f5a1804fcded604cb5ee0249ffb485722/jetson-stats-4.2.2.tar.gz#sha256=6b2434e8d4a9f0d7b06742f312ddba4bee042228ee0f188eaa49297ca5fd91cb (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7), version: 4.2.2
Found link https://files.pythonhosted.org/packages/83/7d/ee33e4ae4f02bc4b105f2efafde908ff98fe256b913093b4918802d7b7a5/jetson-stats-4.2.3.tar.gz#sha256=0e4b347583a68406919b3d7fc5509db1ff785ae97839cb1e0f72e9460c977153 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7), version: 4.2.3
Found link https://files.pythonhosted.org/packages/31/f5/5d67634c2048874e68e64a789c6336fb00dea1d30b6226582323bfb9da4b/jetson-stats-4.2.4.tar.gz#sha256=63fa224b61c65d2faa31e5e9b3406e87164dffc472d3ec2c168480d9d0337020 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7), version: 4.2.4
Found link https://files.pythonhosted.org/packages/eb/ff/9f259b170a0a09faea59db1ccabbeb95a9bd469960232c0277bfef68c7f5/jetson-stats-4.2.5.tar.gz#sha256=eb04d16048244177d60b30f7b4021a2e82adc8e60e53713eca7d6471eee3dbd2 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7), version: 4.2.5
Found link https://files.pythonhosted.org/packages/73/7b/fef1e6ee102a75d780d8287b5db82b5cdc49f51ee76034a9f89a9ed18e05/jetson-stats-4.2.6rc1.tar.gz#sha256=350d2ac119edc967ad67e30a4ff2683071e72a5b721925ce49f7df6e2ea8c416 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7), version: 4.2.6rc1
Found link https://files.pythonhosted.org/packages/c4/c8/6b70f60d25066361cc339e7bde50f32846fd7a80a56559678c9e51b8aa47/jetson-stats-4.2.6.tar.gz#sha256=43de8ee2ae29998fbcbd48324d78a68e16ecc2b3a2964ba8356f5b66f374ff03 (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7), version: 4.2.6
Found link https://files.pythonhosted.org/packages/5f/78/1b8e2137f7d72014817ad18cef43b1ff0adc034d71a69de7d9b82603e939/jetson-stats-4.2.7.tar.gz#sha256=365990f8213e6a01748279b44827877c78b8796f52f3ab6d2832a3f5afc1390c (from https://pypi.org/simple/jetson-stats/) (requires-python:>=2.7), version: 4.2.7
Given no hashes to check 58 links for project 'jetson-stats': discarding no candidates
Installed version (4.2.7) is most up-to-date (past versions: 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.6.9, 1.6.10, 1.6.11, 1.6.12, 1.6.13, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.7.11, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 4.0.0, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5, 4.2.6, 4.2.7)
Requirement already up-to-date: jetson-stats in /usr/local/lib/python3.8/dist-packages (4.2.7)
Requirement already satisfied, skipping upgrade: smbus2 in /usr/local/lib/python3.8/dist-packages (from jetson-stats) (0.4.3)
Requirement already satisfied, skipping upgrade: distro in /usr/lib/python3/dist-packages (from jetson-stats) (1.4.0)
Cleaning up...
Removed build tracker: '/tmp/pip-req-tracker-nr2xorpc'
RAW Data
File from jtop --error-log
attached
same output from jetson_release -v
Hi @TakShimoda
Can you try to reinstall the smbus python package with this command:
sudo pip3 install -U smbus2
Let me know if is fixed.
If true, I've some questions for you.
Did you install from scratch jetson-stats? if not, from which version did you upgrade it?