[GH-ISSUE #144] [BUG] Missing Windows Build on Conda Forge #92

Open
opened 2026-05-05 03:25:10 -06:00 by gitea-mirror · 2 comments
Owner

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

  • I have read the documentation https://nvitop.readthedocs.io.
  • I have searched the Issue Tracker that this hasn't already been reported. (comment there if it has.)
  • I have tried the latest version of nvitop in a new isolated virtual environment.

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-forge on a Windows system.

Traceback

No response

Logs

No response

Expected behavior

Being able to install nvitop on 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.

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 - [X] I have read the documentation <https://nvitop.readthedocs.io>. - [X] I have searched the [Issue Tracker](https://github.com/XuehaiPan/nvitop/issues) that this hasn't already been reported. (comment there if it has.) - [X] I have tried the latest version of nvitop in a new isolated virtual environment. ### 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-forge` on a Windows system. ### Traceback _No response_ ### Logs _No response_ ### Expected behavior Being able to install `nvitop` on 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.
gitea-mirror added the
upstream
dependencies
labels 2026-05-05 03:25:10 -06:00
Author
Owner

@XuehaiPan commented on GitHub (Jan 6, 2025):

Hi @RoyiAvital, due to the lack of the conda dependency windows-curses on Windows, we cannot create the conda package for nvitop:

build:
  # TODO: enable Windows support when package `windows-curses` is available
  skip: true  # [win]

7a375968a3/recipe/meta.yaml (L13-L15)

Also, it seems that windows-curses is not actively maintained due to a lack of maintainers.

Clean environment, trying to install only nvitop.

If you are not using the nvitop Python APIs, It is recommended to use pipx or uvx to run the nvitop monitor.

<!-- gh-comment-id:2572767443 --> @XuehaiPan commented on GitHub (Jan 6, 2025): Hi @RoyiAvital, due to the lack of the conda dependency `windows-curses` on Windows, we cannot create the conda package for `nvitop`: ```yaml build: # TODO: enable Windows support when package `windows-curses` is available skip: true # [win] ``` https://github.com/conda-forge/nvitop-feedstock/blob/7a375968a37e81468c7d95bb5c1c6fc3f771f09e/recipe/meta.yaml#L13-L15 Also, it seems that `windows-curses` is not actively maintained due to a lack of maintainers. > Clean environment, trying to install only `nvitop`. If you are not using the `nvitop` Python APIs, It is recommended to use `pipx` or `uvx` to run the `nvitop` monitor.
Author
Owner

@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.

<!-- gh-comment-id:2572786431 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/nvitop#92
No description provided.