mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #158] [BUG] Unable to use monitor mode #99
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#99
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 @alej0varas on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/158
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
What version of nvitop are you using?
nvitop 1.4.2
Operating system and version
Debian 6.1.119-1 x86_64 GNU/Linux
NVIDIA driver version
570.124.06
NVIDIA-SMI
Python environment
installed using pip: pip install nvitop
3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] linux
nvidia-ml-py==12.560.30
nvitop==1.4.2
Problem description
I expect nvitop to continue running after invocation, as it did the last time I used it under the same conditions.
What happens now is that when I run nvitop, it shows the UI briefly and then exits.
Steps to Reproduce
Command lines:
Traceback
Logs
Expected behavior
No response
Additional context
I tried using the --monitor argument, but it did not change the behavior.
@XuehaiPan commented on GitHub (Apr 8, 2025):
@alej0varas Maybe your Python installation is missing the ncurses support:
You will need to install
libcursesandlibcursesw.@alej0varas commented on GitHub (Apr 9, 2025):
I think it was because the GPU driver was not working correctly. Maybe a message could be displayed in that case.
I'm closing this issue.
Thanks.
cuDeviceGetUuid()when the UUID contains0x00#159