Closed ianyxtan closed 1 year ago
I'm not seeing this in my test build, but there quite a few iffy things going on in the setup.py
script in that package, where it's looking for/modifying/deleting files and directories in the root filesystem on the host. Do you happen to have that package installed on your build host? I could see that causing this kind of error.
The recipe definitely needs an update to make the setup script more cross-build friendly.
I do have a local copy of jetson-stats installed.
All I have to do is:
pip3 uninstall jetson-stats
sudo rm /etc/systemd/system/jtop.service
sudo rm /etc/profile.d/jtop_env.sh
Thanks @madisongh :relaxed:
Hey @ianyxtan I have pushed updates. Could you please try with the latest commit ? Let me how if goes Thanks
Wow @ichergui you sir are a LEGEND! python3-jetson-stats update to 4.2.3! I will do a few tests and let you know. This really made my day :smile: Thanks!
Just a question, it says on the github release notes that since jetson-stats 4.2, it doesn't use tegrastats anymore. It is safe to remove the RDEPENDS on tegra-tools-tegrastats(python3-jetson-stats_4.2.3.bb line 54)?
Hey @ianyxtan I have pushed updates. Could you please try with the latest commit ? Let me how if goes Thanks
Tested. This is working :rocket:
Just a question, it says on the github release notes that since jetson-stats 4.2, it doesn't use tegrastats anymore. It is safe to remove the RDEPENDS on tegra-tools-tegrastats(python3-jetson-stats_4.2.3.bb line 54)?
I Will double check that and if not needed I will remove it Thanks 🙏 @ianyxtan
Hey @ianyxtan I have pushed updates. Could you please try with the latest commit ? Let me how if goes Thanks
Tested. This is working :rocket:
Super thanks 🙏 @ianyxtan for the testing
I'm building on origin/kirkstone-l4t-r32.7.x branch for "jetson-nano-devkit-emmc" and I'm getting this error.