Hello
jtop is not installed.
Hereโs my environment:
- NX Jetpack 4.6 R32.6.1
The pip command did not work, so I used pip3.
nvidia@tegra-ubuntu:~$ sudo -H pip install -U jetson-stats
sudo: pip: command not found
nvidia@tegra-ubuntu:~$
nvidia@tegra-ubuntu:~$ sudo -H pip3 install -U jetson-stats
Collecting jetson-stats
Using cached https://files.pythonhosted.org/packages/3c/da/8e1f2c40fddd2690c7ba2c9a97fa80fe22ac15b82479a3033656aa2826f4/jetson-stats-3.1.2.tar.gz
Building wheels for collected packages: jetson-stats
Running setup.py bdist_wheel for jetson-stats ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-egg0ksho/jetson-stats/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp9vp5h4u4pip-wheel- --python-tag cp36:
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
warnings.warn(msg)
running bdist_wheel
running build
running build_py
INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/Grammar.txt
INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/PatternGrammar.txt
creating build
creating build/lib
creating build/lib/jtop
copying jtop/service.py -> build/lib/jtop
copying jtop/jtop.py -> build/lib/jtop
copying jtop/github.py -> build/lib/jtop
copying jtop/__main__.py -> build/lib/jtop
copying jtop/__init__.py -> build/lib/jtop
creating build/lib/jtop/gui
copying jtop/gui/pmem.py -> build/lib/jtop/gui
copying jtop/gui/pinfo.py -> build/lib/jtop/gui
copying jtop/gui/pgpu.py -> build/lib/jtop/gui
copying jtop/gui/pcpu.py -> build/lib/jtop/gui
copying jtop/gui/pcontrol.py -> build/lib/jtop/gui
copying jtop/gui/pall.py -> build/lib/jtop/gui
copying jtop/gui/jtopguimenu.py -> build/lib/jtop/gui
copying jtop/gui/jtopgui.py -> build/lib/jtop/gui
copying jtop/gui/__init__.py -> build/lib/jtop/gui
creating build/lib/jtop/core
copying jtop/core/tegrastats.py -> build/lib/jtop/core
copying jtop/core/tegra_parse.py -> build/lib/jtop/core
copying jtop/core/swap.py -> build/lib/jtop/core
copying jtop/core/nvpmodel.py -> build/lib/jtop/core
copying jtop/core/memory.py -> build/lib/jtop/core
copying jtop/core/jetson_clocks.py -> build/lib/jtop/core
copying jtop/core/fan.py -> build/lib/jtop/core
copying jtop/core/exceptions.py -> build/lib/jtop/core
copying jtop/core/engine.py -> build/lib/jtop/core
copying jtop/core/cpu.py -> build/lib/jtop/core
copying jtop/core/config.py -> build/lib/jtop/core
copying jtop/core/common.py -> build/lib/jtop/core
copying jtop/core/command.py -> build/lib/jtop/core
copying jtop/core/__init__.py -> build/lib/jtop/core
creating build/lib/jtop/gui/lib
copying jtop/gui/lib/linear_gauge.py -> build/lib/jtop/gui/lib
copying jtop/gui/lib/common.py -> build/lib/jtop/gui/lib
copying jtop/gui/lib/chart.py -> build/lib/jtop/gui/lib
copying jtop/gui/lib/button.py -> build/lib/jtop/gui/lib
copying jtop/gui/lib/__init__.py -> build/lib/jtop/gui/lib
copying jtop/jetson_variables -> build/lib/jtop
copying jtop/jetson_libraries -> build/lib/jtop
running build_scripts
creating build/scripts-3.6
copying scripts/jetson_swap -> build/scripts-3.6
copying scripts/jetson_release -> build/scripts-3.6
copying scripts/jetson_config -> build/scripts-3.6
installing to build/bdist.linux-aarch64/wheel
running install
error: [Errno 13] Permission denied: './scripts/jetson_config'
----------------------------------------
Failed building wheel for jetson-stats
Running setup.py clean for jetson-stats
Failed to build jetson-stats
Installing collected packages: jetson-stats
Running setup.py install for jetson-stats ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-egg0ksho/jetson-stats/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-elwn2xfs-record/install-record.txt --single-version-externally-managed --compile:
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
warnings.warn(msg)
running install
error: [Errno 13] Permission denied: './scripts/jetson_config'
----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-egg0ksho/jetson-stats/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-elwn2xfs-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-egg0ksho/jetson-stats/
Has anyone solved the same problem as me?