mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #153] [BUG] Can't use pipx to run the latest nvitop as bug reporting page suggests #95
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#95
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 @eyalroz on GitHub (Feb 16, 2025).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/153
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
What version of nvitop are you using?
1.0.0
Operating system and version
SUSE GNU/Linux 15 SP1 x86_64
NVIDIA driver version
535.54.03
NVIDIA-SMI
Python environment
Problem description
When I try to follow the instructions on this page, for running nvitop, i.e. when I run:
(after updating pipx successfull) - I get this:
Steps to Reproduce
Just run the suggested:
and that's irl
Traceback
Logs
Expected behavior
Package should download build and install, like other packages...
Additional context
No response
@XuehaiPan commented on GitHub (Feb 16, 2025):
Hi @eyalroz, Python 3.6 reached the end-of-life phase 3 years ago. The lowest Python version that
nvitopsupports is Python 3.8 (also reached end-of-life). You need to use a newer Python interpreter. It is recommended to useuvx:which will install the Python interpreter for you.
@eyalroz commented on GitHub (Feb 16, 2025):
Fair enough, but - could you not at least arrange it so that with unsupported version of Python, an error message would show up which says that? i.e. "You are trying to build nvitop with Python 3.6.x ; this is not supported, please use Python 3.8 or later"