mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #78] [Question] Installation issue on NVIDIA Jetson AGX Orin (aarch64) #48
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ramaseshanms-mcw on GitHub (Jul 5, 2023).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/78
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
Questions
So I got this error, when I tried run nvtop.
FATAL ERROR: NVIDIA Management Library (NVML) not found.
HINT: The NVIDIA Management Library ships with the NVIDIA display driver (available at
https://www.nvidia.com/Download/index.aspx), or can be downloaded as part of the
NVIDIA CUDA Toolkit (available at https://developer.nvidia.com/cuda-downloads).
The lists of OS platforms and NVIDIA-GPUs supported by the NVML library can be
found in the NVML API Reference at https://docs.nvidia.com/deploy/nvml-api.
So I tried to install the display driver which carried the NVML.
So, When I tried to install, using bash install-nvidia-driver.sh --package=nvidia-driver-470
I got no package found.
The following packages have unmet dependencies:
nvidia-driver-530 : Depends: nvidia-driver-535 but it is not installable
E: Unable to correct problems, you have held broken packages.
Moreover, it seems this particular driver is not suited for AGX Orin. Can you please help me install nvitop on AGX Orin with/without the driver?
@XuehaiPan commented on GitHub (Jul 5, 2023):
Hi @ramaseshanmcw, thanks for raising this. The
nvitopis based on the NVML library which may not support the Jetson product line (NVML API Reference). Here is another tool calledjtopworks fine on Jetson devices, check out https://github.com/rbonghi/jetson_stats.@ramaseshanms-mcw commented on GitHub (Jul 6, 2023):
Oh okay. I was using jtop until now. I am actually looking for a better tool. Thank you for your swift response btw.
@lin-voxvision commented on GitHub (Nov 15, 2024):
Hi @XuehaiPan , I like the nvitop more than jtop, so any plans to support jetson?