-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constant "jtop.service is not active" error on Jetson nano #512
Comments
Hi @TakShimoda Can you try to reinstall the smbus python package with this command:
Let me know if is fixed. 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
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
|
Thanks Pawel! Reinstalling worked :) |
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 seems
NameError: 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
The text was updated successfully, but these errors were encountered: