mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
[GH-ISSUE #144] [BUG] Missing Windows Build on Conda Forge #92
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#92
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 @RoyiAvital on GitHub (Jan 3, 2025).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/144
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
What version of nvitop are you using?
Latest
Operating system and version
Windows 11 24H2
NVIDIA driver version
Latest
NVIDIA-SMI
No response
Python environment
Codna based environment.
Clean environment, trying to install only
nvitop.Problem description
Windows build is not available on
conda-forge.Steps to Reproduce
Run
conda install nvitop -c conda-forgeon a Windows system.Traceback
No response
Logs
No response
Expected behavior
Being able to install
nvitopon Windows using:conda install nvitop -c conda-forge.Additional context
As can be seen in https://anaconda.org/conda-forge/nvitop, for some reason, a Windows version is not available.
@XuehaiPan commented on GitHub (Jan 6, 2025):
Hi @RoyiAvital, due to the lack of the conda dependency
windows-curseson Windows, we cannot create the conda package fornvitop:7a375968a3/recipe/meta.yaml (L13-L15)Also, it seems that
windows-cursesis not actively maintained due to a lack of maintainers.If you are not using the
nvitopPython APIs, It is recommended to usepipxoruvxto run thenvitopmonitor.@RoyiAvital commented on GitHub (Jan 6, 2025):
OK, I pinged at https://github.com/zephyrproject-rtos/windows-curses/issues/29. Let's hope someone will make it available.