We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest
Windows 11 24H2
No response
Codna based environment. Clean environment, trying to install only nvitop.
nvitop
Windows build is not available on conda-forge.
conda-forge
Run conda install nvitop -c conda-forge on a Windows system.
conda install nvitop -c conda-forge
Being able to install nvitop on Windows using: conda install nvitop -c conda-forge.
As can be seen in https://anaconda.org/conda-forge/nvitop, for some reason, a Windows version is not available.
The text was updated successfully, but these errors were encountered:
Hi @RoyiAvital, due to the lack of the conda dependency windows-curses on Windows, we cannot create the conda package for nvitop:
windows-curses
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.
pipx
uvx
Sorry, something went wrong.
OK, I pinged at zephyrproject-rtos/windows-curses#29. Let's hope someone will make it available.
XuehaiPan
No branches or pull requests
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-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.
The text was updated successfully, but these errors were encountered: