mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #154] [BUG] _curses module not found #98
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#98
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 @sciarrilli on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/154
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
What version of nvitop are you using?
1.4.2
Operating system and version
Ubuntu 22.04
NVIDIA driver version
570.86.15
NVIDIA-SMI
Python environment
Python 3.12.6
Problem description
nvitop will not start
Steps to Reproduce
The Python snippets (if any):
Command lines:
Traceback
Logs
Expected behavior
beautiful graphs of nvidia gpu's melting
Additional context
No response
@XuehaiPan commented on GitHub (Mar 18, 2025):
Hi @sciarrilli,
cursesis a builtin module for Python on Unix. The log looks like you are using acondaenvironment. Your Python interpreter might miss some requirements. Could you try:@sciarrilli commented on GitHub (Mar 18, 2025):
Thank you @XuehaiPan I resolved the issue. In the conda env I cannot do pip3 install --user. But I was able to use nvitop outside of the conda env I was working in.