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

KeyError: Memory #528

Closed yanghengyii closed 2 months ago

yanghengyii commented 3 months ago

I tried to install jetson-stats 4.2.8 on jetson Xavier NX. An error occurs when I input jtop. Traceback (most recent call last): File "/usr/local/bin/jtop", line 11, in <module> sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/jtop/__main__.py", line 147, in main with jtop(interval=interval) as jetson: File "/usr/local/lib/python3.6/dist-packages/jtop/jtop.py", line 1277, in __enter__ self.start() File "/usr/local/lib/python3.6/dist-packages/jtop/jtop.py", line 1157, in start self._memory._initialize(self._controller, init['memory']) KeyError: 'memory' However, when I install jetson-stats 4.1.5. It works on board but turns out that CUDA is missing.

yanghengyii commented 3 months ago

version 4.2.4 works.

image