jetson_stats icon indicating copy to clipboard operation
jetson_stats copied to clipboard

jtop.service could not be found

Open volks73 opened this issue 1 year ago • 11 comments

Hello! First off, this is a great utility and package for the Jetsons. Thank you for creating and maintaining it.

I have encountered the following errors when installing jetson-stats in a Docker container and trying to run the jtop utility from within the Docker container.

Describe the bug

It looks like the jtop.service is not being installed.

I have the following line in my Dockerfile:

RUN python3 -m pip install --no-cache-dir -U -v jetson-stats

I then start the docker container and run docker exec -it jetson bash. I get the following output:

root@orin-dev-kit:/app# jtop
The jtop.service is not active. Please run:
sudo systemctl restart jtop.service
root@orin-dev-kit:/app# systemctl restart jtop.service
ERROR:systemctl:Unit jtop.service could not be found.
root@orin-dev-kit:/app#

Contents of the /etc/systemd/system folder, inside the container:

root@orin-dev-kit:/app# ls /etc/systemd/system
default.target.wants                    nv_nvsciipc_init.service    nvramoopsconfig.service
getty.target.wants                      nv_update_verifier.service  nvs-service.service
multi-user.target.wants                 nvfb-udev.service           nvwifibt.service
nv-l4t-bootloader-config.service        nvfb.service                nvzramconfig.service
nv-l4t-usb-device-mode-runtime.service  nvgetty.service             remote-fs.target.wants
nv-l4t-usb-device-mode.service          nvmemwarning.service        sockets.target.wants
nv-late-init.service                    nvphs.service               sysinit.target.wants
nv.service                              nvpower.service             timers.target.wants

Expected behavior

Start and run the jtop utility without errors.

Board

Output from jetson_release -v:

root@orin-dev-kit:/app# jetson_release -v
Software part of jetson-stats 4.2.1 - (c) 2023, Raffaello Bonghi
Model: Jetson AGX Orin - Jetpack 5.0.2 GA [L4T 35.1.0]
Serial Number: [XXX Show with: jetson_release -s XXX]
Hardware:
 - 699-level Part Number: 699-13701-0000-500 J.0
 - P-Number: p3701-0000
 - Module: NVIDIA Jetson AGX Orin
 - SoC: tegra23x
 - CUDA Arch BIN: 8.7
 - Codename: Concord
Platform:
 - Machine: aarch64
 - System: Linux
 - Distribution: Ubuntu 20.04 Focal Fossa
 - Release: 5.10.104-tegra
 - Python: 3.8.10
jtop:
 - Version: 4.2.1
ERROR:systemctl:Unit jtop.service could not be found.
 - Service: Inactive
Libraries:
 - CUDA: 11.4.239
 - cuDNN: 8.4.1.50
 - TensorRT: Not installed
 - VPI: Not installed
 - OpenCV: Not installed

Log from jtop.service

Attach here the output from: journalctl -u jtop.service -n 100 --no-pager

root@orin-dev-kit:/app# journalctl -u jtop.service -n 100 --no-pager
No journal files were found.
-- No entries --

Log from jetson-stats installation

#22 [stage-1 10/14] RUN python3 -m pip install --no-cache-dir -U -v jetson-stats
#22 1.005 Using pip 23.0.1 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8)
#22 1.303 Collecting jetson-stats
#22 1.365   Downloading jetson-stats-4.2.1.tar.gz (115 kB)
#22 1.379      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.6/115.6 kB 14.3 MB/s eta 0:00:00
#22 1.417   Preparing metadata (setup.py): started
#22 1.417   Running command python setup.py egg_info
#22 1.827   Skip for setup.py
#22 1.924   INFO:root:running egg_info
#22 1.924   INFO:root:creating /tmp/pip-pip-egg-info-vz5mryym/jetson_stats.egg-info
#22 1.937   INFO:root:writing /tmp/pip-pip-egg-info-vz5mryym/jetson_stats.egg-info/PKG-INFO
#22 1.937   INFO:root:writing dependency_links to /tmp/pip-pip-egg-info-vz5mryym/jetson_stats.egg-info/dependency_links.txt
#22 1.938   INFO:root:writing entry points to /tmp/pip-pip-egg-info-vz5mryym/jetson_stats.egg-info/entry_points.txt
#22 1.938   INFO:root:writing requirements to /tmp/pip-pip-egg-info-vz5mryym/jetson_stats.egg-info/requires.txt
#22 1.938   INFO:root:writing top-level names to /tmp/pip-pip-egg-info-vz5mryym/jetson_stats.egg-info/top_level.txt
#22 1.939   INFO:root:writing manifest file '/tmp/pip-pip-egg-info-vz5mryym/jetson_stats.egg-info/SOURCES.txt'
#22 1.981   INFO:root:reading manifest file '/tmp/pip-pip-egg-info-vz5mryym/jetson_stats.egg-info/SOURCES.txt'
#22 1.981   INFO:root:reading manifest template 'MANIFEST.in'
#22 1.982   WARNING:root:warning: no previously-included files found matching 'tox.ini'
#22 1.983   WARNING:root:warning: no previously-included files found matching 'Dockerfile'
#22 1.983   WARNING:root:warning: no previously-included files found matching '.dockerignore'
#22 1.983   WARNING:root:no previously-included directories found matching 'tests'
#22 1.984   WARNING:root:no previously-included directories found matching 'docs'
#22 1.984   WARNING:root:no previously-included directories found matching 'examples'
#22 1.984   INFO:root:adding license file 'LICENSE'
#22 1.985   INFO:root:writing manifest file '/tmp/pip-pip-egg-info-vz5mryym/jetson_stats.egg-info/SOURCES.txt'
#22 2.065   Preparing metadata (setup.py): finished with status 'done'
#22 2.111 Collecting smbus2
#22 2.121   Downloading smbus2-0.4.2-py2.py3-none-any.whl (11 kB)
#22 2.145 Collecting distro
#22 2.152   Downloading distro-1.8.0-py3-none-any.whl (20 kB)
#22 2.169 Building wheels for collected packages: jetson-stats
#22 2.171   Building wheel for jetson-stats (setup.py): started
#22 2.171   Running command python setup.py bdist_wheel
#22 2.535   Skip for setup.py
#22 2.634   INFO:root:running bdist_wheel
#22 2.688   INFO:root:running build
#22 2.688   INFO:root:running build_py
#22 2.703   INFO:root:creating build
#22 2.703   INFO:root:creating build/lib
#22 2.704   INFO:root:creating build/lib/jtop
#22 2.704   INFO:root:copying jtop/terminal_colors.py -> build/lib/jtop
#22 2.704   INFO:root:copying jtop/jtop.py -> build/lib/jtop
#22 2.704   INFO:root:copying jtop/jetson_config.py -> build/lib/jtop
#22 2.705   INFO:root:copying jtop/jetson_swap.py -> build/lib/jtop
#22 2.705   INFO:root:copying jtop/__main__.py -> build/lib/jtop
#22 2.705   INFO:root:copying jtop/service.py -> build/lib/jtop
#22 2.705   INFO:root:copying jtop/__init__.py -> build/lib/jtop
#22 2.706   INFO:root:copying jtop/jetson_release.py -> build/lib/jtop
#22 2.706   INFO:root:copying jtop/github.py -> build/lib/jtop
#22 2.706   INFO:root:creating build/lib/jtop/core
#22 2.707   INFO:root:copying jtop/core/engine.py -> build/lib/jtop/core
#22 2.707   INFO:root:copying jtop/core/common.py -> build/lib/jtop/core
#22 2.708   INFO:root:copying jtop/core/power.py -> build/lib/jtop/core
#22 2.708   INFO:root:copying jtop/core/jetson_clocks.py -> build/lib/jtop/core
#22 2.709   INFO:root:copying jtop/core/cpu.py -> build/lib/jtop/core
#22 2.709   INFO:root:copying jtop/core/temperature.py -> build/lib/jtop/core
#22 2.709   INFO:root:copying jtop/core/fan.py -> build/lib/jtop/core
#22 2.709   INFO:root:copying jtop/core/config.py -> build/lib/jtop/core
#22 2.709   INFO:root:copying jtop/core/jetson_variables.py -> build/lib/jtop/core
#22 2.710   INFO:root:copying jtop/core/tegrastats.py -> build/lib/jtop/core
#22 2.710   INFO:root:copying jtop/core/jetson_libraries.py -> build/lib/jtop/core
#22 2.710   INFO:root:copying jtop/core/exceptions.py -> build/lib/jtop/core
#22 2.711   INFO:root:copying jtop/core/timer_reader.py -> build/lib/jtop/core
#22 2.711   INFO:root:copying jtop/core/nvpmodel.py -> build/lib/jtop/core
#22 2.711   INFO:root:copying jtop/core/__init__.py -> build/lib/jtop/core
#22 2.712   INFO:root:copying jtop/core/memory.py -> build/lib/jtop/core
#22 2.712   INFO:root:copying jtop/core/command.py -> build/lib/jtop/core
#22 2.712   INFO:root:copying jtop/core/tegra_parse.py -> build/lib/jtop/core
#22 2.713   INFO:root:copying jtop/core/hardware.py -> build/lib/jtop/core
#22 2.713   INFO:root:copying jtop/core/gpu.py -> build/lib/jtop/core
#22 2.713   INFO:root:copying jtop/core/processes.py -> build/lib/jtop/core
#22 2.714   INFO:root:creating build/lib/jtop/gui
#22 2.714   INFO:root:copying jtop/gui/jtopguiconfig.py -> build/lib/jtop/gui
#22 2.714   INFO:root:copying jtop/gui/pcpu.py -> build/lib/jtop/gui
#22 2.715   INFO:root:copying jtop/gui/pinfo.py -> build/lib/jtop/gui
#22 2.715   INFO:root:copying jtop/gui/pengine.py -> build/lib/jtop/gui
#22 2.715   INFO:root:copying jtop/gui/pall.py -> build/lib/jtop/gui
#22 2.715   INFO:root:copying jtop/gui/jtopgui.py -> build/lib/jtop/gui
#22 2.716   INFO:root:copying jtop/gui/pcontrol.py -> build/lib/jtop/gui
#22 2.716   INFO:root:copying jtop/gui/pmem.py -> build/lib/jtop/gui
#22 2.717   INFO:root:copying jtop/gui/__init__.py -> build/lib/jtop/gui
#22 2.717   INFO:root:copying jtop/gui/pgpu.py -> build/lib/jtop/gui
#22 2.717   INFO:root:creating build/lib/jtop/gui/lib
#22 2.718   INFO:root:copying jtop/gui/lib/common.py -> build/lib/jtop/gui/lib
#22 2.718   INFO:root:copying jtop/gui/lib/smallbutton.py -> build/lib/jtop/gui/lib
#22 2.718   INFO:root:copying jtop/gui/lib/process_table.py -> build/lib/jtop/gui/lib
#22 2.719   INFO:root:copying jtop/gui/lib/colors.py -> build/lib/jtop/gui/lib
#22 2.719   INFO:root:copying jtop/gui/lib/linear_gauge.py -> build/lib/jtop/gui/lib
#22 2.719   INFO:root:copying jtop/gui/lib/__init__.py -> build/lib/jtop/gui/lib
#22 2.719   INFO:root:copying jtop/gui/lib/chart.py -> build/lib/jtop/gui/lib
#22 2.721   /usr/local/lib/python3.8/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
#22 2.722     warnings.warn(
#22 2.736   INFO:wheel:installing to build/bdist.linux-aarch64/wheel
#22 2.736   INFO:root:running install
#22 2.745   Install status:
#22 2.745    - [X] super_user
#22 2.745    - [ ] virtualenv
#22 2.745    - [X] docker
#22 2.746   Skip uninstall in docker
#22 2.746   INFO:root:running install_lib
#22 2.760   INFO:root:creating build/bdist.linux-aarch64
#22 2.760   INFO:root:creating build/bdist.linux-aarch64/wheel
#22 2.760   INFO:root:creating build/bdist.linux-aarch64/wheel/jtop
#22 2.761   INFO:root:copying build/lib/jtop/terminal_colors.py -> build/bdist.linux-aarch64/wheel/jtop
#22 2.761   INFO:root:copying build/lib/jtop/jtop.py -> build/bdist.linux-aarch64/wheel/jtop
#22 2.761   INFO:root:copying build/lib/jtop/jetson_config.py -> build/bdist.linux-aarch64/wheel/jtop
#22 2.762   INFO:root:copying build/lib/jtop/jetson_swap.py -> build/bdist.linux-aarch64/wheel/jtop
#22 2.762   INFO:root:copying build/lib/jtop/__main__.py -> build/bdist.linux-aarch64/wheel/jtop
#22 2.762   INFO:root:creating build/bdist.linux-aarch64/wheel/jtop/core
#22 2.763   INFO:root:copying build/lib/jtop/core/engine.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.763   INFO:root:copying build/lib/jtop/core/common.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.763   INFO:root:copying build/lib/jtop/core/power.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.764   INFO:root:copying build/lib/jtop/core/jetson_clocks.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.764   INFO:root:copying build/lib/jtop/core/cpu.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.764   INFO:root:copying build/lib/jtop/core/temperature.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.765   INFO:root:copying build/lib/jtop/core/fan.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.765   INFO:root:copying build/lib/jtop/core/config.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.765   INFO:root:copying build/lib/jtop/core/jetson_variables.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.765   INFO:root:copying build/lib/jtop/core/tegrastats.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.766   INFO:root:copying build/lib/jtop/core/jetson_libraries.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.766   INFO:root:copying build/lib/jtop/core/exceptions.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.766   INFO:root:copying build/lib/jtop/core/timer_reader.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.766   INFO:root:copying build/lib/jtop/core/nvpmodel.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.767   INFO:root:copying build/lib/jtop/core/__init__.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.767   INFO:root:copying build/lib/jtop/core/memory.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.767   INFO:root:copying build/lib/jtop/core/command.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.767   INFO:root:copying build/lib/jtop/core/tegra_parse.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.768   INFO:root:copying build/lib/jtop/core/hardware.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.768   INFO:root:copying build/lib/jtop/core/gpu.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.768   INFO:root:copying build/lib/jtop/core/processes.py -> build/bdist.linux-aarch64/wheel/jtop/core
#22 2.769   INFO:root:copying build/lib/jtop/service.py -> build/bdist.linux-aarch64/wheel/jtop
#22 2.769   INFO:root:creating build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.769   INFO:root:copying build/lib/jtop/gui/jtopguiconfig.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.770   INFO:root:copying build/lib/jtop/gui/pcpu.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.770   INFO:root:copying build/lib/jtop/gui/pinfo.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.770   INFO:root:copying build/lib/jtop/gui/pengine.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.770   INFO:root:copying build/lib/jtop/gui/pall.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.771   INFO:root:copying build/lib/jtop/gui/jtopgui.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.771   INFO:root:copying build/lib/jtop/gui/pcontrol.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.771   INFO:root:copying build/lib/jtop/gui/pmem.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.772   INFO:root:copying build/lib/jtop/gui/__init__.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.772   INFO:root:copying build/lib/jtop/gui/pgpu.py -> build/bdist.linux-aarch64/wheel/jtop/gui
#22 2.772   INFO:root:creating build/bdist.linux-aarch64/wheel/jtop/gui/lib
#22 2.772   INFO:root:copying build/lib/jtop/gui/lib/common.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
#22 2.773   INFO:root:copying build/lib/jtop/gui/lib/smallbutton.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
#22 2.773   INFO:root:copying build/lib/jtop/gui/lib/process_table.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
#22 2.773   INFO:root:copying build/lib/jtop/gui/lib/colors.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
#22 2.773   INFO:root:copying build/lib/jtop/gui/lib/linear_gauge.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
#22 2.774   INFO:root:copying build/lib/jtop/gui/lib/__init__.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
#22 2.774   INFO:root:copying build/lib/jtop/gui/lib/chart.py -> build/bdist.linux-aarch64/wheel/jtop/gui/lib
#22 2.774   INFO:root:copying build/lib/jtop/__init__.py -> build/bdist.linux-aarch64/wheel/jtop
#22 2.775   INFO:root:copying build/lib/jtop/jetson_release.py -> build/bdist.linux-aarch64/wheel/jtop
#22 2.775   INFO:root:copying build/lib/jtop/github.py -> build/bdist.linux-aarch64/wheel/jtop
#22 2.775   INFO:root:running install_data
#22 2.795   INFO:root:creating build/bdist.linux-aarch64/wheel/jetson_stats-4.2.1.data
#22 2.796   INFO:root:creating build/bdist.linux-aarch64/wheel/jetson_stats-4.2.1.data/data
#22 2.796   INFO:root:creating build/bdist.linux-aarch64/wheel/jetson_stats-4.2.1.data/data/jetson_stats
#22 2.796   INFO:root:copying services/jtop.service -> build/bdist.linux-aarch64/wheel/jetson_stats-4.2.1.data/data/jetson_stats
#22 2.797   INFO:root:copying scripts/jtop_env.sh -> build/bdist.linux-aarch64/wheel/jetson_stats-4.2.1.data/data/jetson_stats
#22 2.797   INFO:root:running install_egg_info
#22 2.823   INFO:root:running egg_info
#22 2.835   INFO:root:writing jetson_stats.egg-info/PKG-INFO
#22 2.836   INFO:root:writing dependency_links to jetson_stats.egg-info/dependency_links.txt
#22 2.836   INFO:root:writing entry points to jetson_stats.egg-info/entry_points.txt
#22 2.837   INFO:root:writing requirements to jetson_stats.egg-info/requires.txt
#22 2.837   INFO:root:writing top-level names to jetson_stats.egg-info/top_level.txt
#22 2.853   INFO:root:reading manifest file 'jetson_stats.egg-info/SOURCES.txt'
#22 2.854   INFO:root:reading manifest template 'MANIFEST.in'
#22 2.855   WARNING:root:warning: no previously-included files found matching 'tox.ini'
#22 2.855   WARNING:root:warning: no previously-included files found matching 'Dockerfile'
#22 2.855   WARNING:root:warning: no previously-included files found matching '.dockerignore'
#22 2.856   WARNING:root:no previously-included directories found matching 'tests'
#22 2.856   WARNING:root:no previously-included directories found matching 'docs'
#22 2.856   WARNING:root:no previously-included directories found matching 'examples'
#22 2.857   INFO:root:adding license file 'LICENSE'
#22 2.858   INFO:root:writing manifest file 'jetson_stats.egg-info/SOURCES.txt'
#22 2.858   INFO:root:Copying jetson_stats.egg-info to build/bdist.linux-aarch64/wheel/jetson_stats-4.2.1-py3.8.egg-info
#22 2.860   INFO:root:running install_scripts
#22 2.861   Skip install service
#22 2.865   INFO:wheel:creating build/bdist.linux-aarch64/wheel/jetson_stats-4.2.1.dist-info/WHEEL
#22 2.866   INFO:wheel:creating '/tmp/pip-wheel-bv43p_3j/jetson_stats-4.2.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
#22 2.867   INFO:wheel:adding 'jetson_stats-4.2.1.data/data/jetson_stats/jtop.service'
#22 2.867   INFO:wheel:adding 'jetson_stats-4.2.1.data/data/jetson_stats/jtop_env.sh'
#22 2.868   INFO:wheel:adding 'jtop/__init__.py'
#22 2.869   INFO:wheel:adding 'jtop/__main__.py'
#22 2.869   INFO:wheel:adding 'jtop/github.py'
#22 2.870   INFO:wheel:adding 'jtop/jetson_config.py'
#22 2.870   INFO:wheel:adding 'jtop/jetson_release.py'
#22 2.871   INFO:wheel:adding 'jtop/jetson_swap.py'
#22 2.874   INFO:wheel:adding 'jtop/jtop.py'
#22 2.875   INFO:wheel:adding 'jtop/service.py'
#22 2.876   INFO:wheel:adding 'jtop/terminal_colors.py'
#22 2.876   INFO:wheel:adding 'jtop/core/__init__.py'
#22 2.877   INFO:wheel:adding 'jtop/core/command.py'
#22 2.877   INFO:wheel:adding 'jtop/core/common.py'
#22 2.878   INFO:wheel:adding 'jtop/core/config.py'
#22 2.878   INFO:wheel:adding 'jtop/core/cpu.py'
#22 2.879   INFO:wheel:adding 'jtop/core/engine.py'
#22 2.879   INFO:wheel:adding 'jtop/core/exceptions.py'
#22 2.881   INFO:wheel:adding 'jtop/core/fan.py'
#22 2.882   INFO:wheel:adding 'jtop/core/gpu.py'
#22 2.882   INFO:wheel:adding 'jtop/core/hardware.py'
#22 2.883   INFO:wheel:adding 'jtop/core/jetson_clocks.py'
#22 2.884   INFO:wheel:adding 'jtop/core/jetson_libraries.py'
#22 2.885   INFO:wheel:adding 'jtop/core/jetson_variables.py'
#22 2.886   INFO:wheel:adding 'jtop/core/memory.py'
#22 2.887   INFO:wheel:adding 'jtop/core/nvpmodel.py'
#22 2.888   INFO:wheel:adding 'jtop/core/power.py'
#22 2.888   INFO:wheel:adding 'jtop/core/processes.py'
#22 2.889   INFO:wheel:adding 'jtop/core/tegra_parse.py'
#22 2.889   INFO:wheel:adding 'jtop/core/tegrastats.py'
#22 2.890   INFO:wheel:adding 'jtop/core/temperature.py'
#22 2.890   INFO:wheel:adding 'jtop/core/timer_reader.py'
#22 2.891   INFO:wheel:adding 'jtop/gui/__init__.py'
#22 2.892   INFO:wheel:adding 'jtop/gui/jtopgui.py'
#22 2.893   INFO:wheel:adding 'jtop/gui/jtopguiconfig.py'
#22 2.893   INFO:wheel:adding 'jtop/gui/pall.py'
#22 2.894   INFO:wheel:adding 'jtop/gui/pcontrol.py'
#22 2.895   INFO:wheel:adding 'jtop/gui/pcpu.py'
#22 2.895   INFO:wheel:adding 'jtop/gui/pengine.py'
#22 2.896   INFO:wheel:adding 'jtop/gui/pgpu.py'
#22 2.897   INFO:wheel:adding 'jtop/gui/pinfo.py'
#22 2.898   INFO:wheel:adding 'jtop/gui/pmem.py'
#22 2.898   INFO:wheel:adding 'jtop/gui/lib/__init__.py'
#22 2.899   INFO:wheel:adding 'jtop/gui/lib/chart.py'
#22 2.899   INFO:wheel:adding 'jtop/gui/lib/colors.py'
#22 2.900   INFO:wheel:adding 'jtop/gui/lib/common.py'
#22 2.900   INFO:wheel:adding 'jtop/gui/lib/linear_gauge.py'
#22 2.901   INFO:wheel:adding 'jtop/gui/lib/process_table.py'
#22 2.901   INFO:wheel:adding 'jtop/gui/lib/smallbutton.py'
#22 2.904   INFO:wheel:adding 'jetson_stats-4.2.1.dist-info/LICENSE'
#22 2.904   INFO:wheel:adding 'jetson_stats-4.2.1.dist-info/METADATA'
#22 2.905   INFO:wheel:adding 'jetson_stats-4.2.1.dist-info/WHEEL'
#22 2.905   INFO:wheel:adding 'jetson_stats-4.2.1.dist-info/entry_points.txt'
#22 2.905   INFO:wheel:adding 'jetson_stats-4.2.1.dist-info/top_level.txt'
#22 2.906   INFO:wheel:adding 'jetson_stats-4.2.1.dist-info/RECORD'
#22 2.906   INFO:wheel:removing build/bdist.linux-aarch64/wheel
#22 2.999   Building wheel for jetson-stats (setup.py): finished with status 'done'
#22 3.001   Created wheel for jetson-stats: filename=jetson_stats-4.2.1-py3-none-any.whl size=154252 sha256=ae0009b208977137516f43a6533618e767a5128bd50e2f684bec087c22ba73c3
#22 3.001   Stored in directory: /tmp/pip-ephem-wheel-cache-i_vym0m5/wheels/ba/c9/33/0cac8e299478174eb10280e003e8eccd2ae8a53c0dc8470060
#22 3.009 Successfully built jetson-stats
#22 4.324 Installing collected packages: smbus2, distro, jetson-stats
#22 4.370   changing mode of /usr/local/bin/distro to 755
#22 4.498   changing mode of /usr/local/bin/jetson_config to 755
#22 4.499   changing mode of /usr/local/bin/jetson_release to 755
#22 4.500   changing mode of /usr/local/bin/jetson_swap to 755
#22 4.500   changing mode of /usr/local/bin/jtop to 755
#22 4.563 Successfully installed distro-1.8.0 jetson-stats-4.2.1 smbus2-0.4.2

volks73 avatar Apr 10 '23 23:04 volks73