mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #38] Failed to initialize curses (setupterm: could not find terminfo database) #26
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#26
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 @pursuecong on GitHub (Sep 18, 2022).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/38
@XuehaiPan commented on GitHub (Sep 18, 2022):
@pursuecong Please do not modify the issue template. You should provide some necessary context about your issue, such as your runtime environment and the traceback output.
@XuehaiPan commented on GitHub (Sep 19, 2022):
Closing due to lack of necessary context. Please feel free to ask for a reopening with those contexts added.
I suspect you are using Python inside a conda environment or Jupyter Notebook. Please use a non-conda Python to install
nvitop, e.g., the system Python:Then add
~/.local/binto yourPATHin your shell rcfile:@pursuecong commented on GitHub (Sep 19, 2022):
Thank you
@KeithTt commented on GitHub (Mar 2, 2023):
Same problem here.
ERROR: Failed to initialize curses (curs_set() returned ERR)Upgrade nvitop still not work...
@XuehaiPan commented on GitHub (Mar 2, 2023):
Hi @KeithTt, did you run nvitop inside a Jupyter notebook or a conda environment? You may try:
@JinaoLiu commented on GitHub (May 24, 2023):
我在一台机子上的conda环境中安装是可以的, 但是另一台机子不行,报如上错误。但是我将环境切换到base中安装, 是可以的。所以有如上错误, 可以考虑在base环境中安装。还有可能是我nvitop的版本比较低,当然这只是我的猜测。最后, 感谢作者做了一个这么好用的工具, 非常棒!