Open TakShimoda opened 7 months ago
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?
Same on jetson orin nano developer kit
I have this as well! I'm running a Jetson Nano 2GB dev kit w/ ubuntu 20.04
Hi @rbonghi sorry for the late response.
I tried your suggestion sudo pip3 install -U smbus2
and get the following:
Requirement already up-to-date: smbus2 in /usr/local/lib/python3.8/dist-packages (0.4.3)
So nothing changes, even after rebooting. I don't recall what I did to get jtop initially. I believe it was already installed from the image that I burned from here
I've encountered the same issue on a Jetson Xavier NX. Did anyone find a solution yet?
I've had a similar issue on Jetson Nano (not Orin) and eventually got it working by forcibly reinstalling smbus2
and distro
, like that:
sudo pip3 install --force-reinstall -U smbus2
sudo pip3 install --force-reinstall -U distro
Thanks Pawel! Reinstalling worked :)
On Jetson TX2NX https://github.com/rbonghi/jetson_stats/issues/512#issuecomment-2315175732 worked. Thanls Powel.
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:I tried
sudo systemctl restart jtop.service
but it keeps repeating the same error. As shown below, it seemsNameError: name 'SMBus' is not defined
is the error (it even shows this error when trying thejetson_release -v
command). However, when I triedsudo 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
:Log from jtop.service
Attach here the output from:
journalctl -u jtop.service -n 100 --no-pager
Log from jetson-stats installation
Attach here the output from:
sudo -H pip3 install --no-cache-dir -v -U jetson-stats
RAW Data
File from
jtop --error-log
attachedsame output from
jetson_release -v