rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.14k stars 261 forks source link

Offline install with setup.py yields `No such file or directory: '/scripts/jtop_env.sh'` #385

Closed chitoku closed 1 year ago

chitoku commented 1 year ago

Describe the bug

When sudo python3 setup.py install, it results in [Errno 2] No such file or directory: '/scripts/jtop_env.sh' error.

To Reproduce

Basically, it is just to try to offline install.

Steps to reproduce the behavior:

cd
git clone https://github.com/rbonghi/jetson_stats/
cd jetson_stats
sudo python3 setup.py install

Board

Tested on Jetson AGX Orin Developer Kit

chitoku commented 1 year ago

Pulled the latest and verified it is now working. Closing.