Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Missing Windows Build on Conda Forge #144

Open
3 tasks done
RoyiAvital opened this issue Jan 3, 2025 · 2 comments
Open
3 tasks done

[BUG] Missing Windows Build on Conda Forge #144

RoyiAvital opened this issue Jan 3, 2025 · 2 comments
Assignees
Labels
dependencies Pull requests that update a dependency file upstream Something upstream related

Comments

@RoyiAvital
Copy link

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.

@RoyiAvital RoyiAvital added the bug Something isn't working label Jan 3, 2025
@XuehaiPan XuehaiPan added upstream Something upstream related dependencies Pull requests that update a dependency file and removed bug Something isn't working labels Jan 6, 2025
@XuehaiPan
Copy link
Owner

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]

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.

@RoyiAvital
Copy link
Author

OK, I pinged at zephyrproject-rtos/windows-curses#29. Let's hope someone will make it available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file upstream Something upstream related
Projects
None yet
Development

No branches or pull requests

2 participants