mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #108] [BUG] curser error init display on ubuntu 22.10 #64
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#64
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 @julienlau on GitHub (Nov 28, 2023).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/108
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
What version of nvitop are you using?
1.3.1
Operating system and version
ubuntu 22.10
NVIDIA driver version
535.129.03
NVIDIA-SMI
Python environment
[tool.poetry.dependencies]
python = "^3.11"
numpy = "1.24.4"
sentencepiece = "0.1.98"
gguf = ">=0.1.0"
ctransformers = {extras = ["cuda"], version = "^0.2.27"}
nvitop = "^1.3.1"
Problem description
I tried on several terminal (tilix, terminator, default console) and I have the same error everytime:
I think this may be the same error : https://github.com/zalando/pg_view/issues/3
Steps to Reproduce
The Python snippets (if any):
Command lines:
Traceback
No response
Logs
No response
Expected behavior
No response
Additional context
No response
@XuehaiPan commented on GitHub (Nov 29, 2023):
Hi @julienlau, have you ever tried to install
nvitopin an isolated environment? I have seem this error many times when users installnvitopin a conda environment. You can try to installnvitopviapipx:@NaiveInvestigator commented on GitHub (Aug 19, 2024):
I also get this error when i try to use
nvitopon ssh.i fixed it by setting the term variable to
xterm-256colorI found the fix here:
https://github.com/isontheline/pro.webssh.net/issues/709
If you're in bash, add this line to your
.bashrc: