mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #4] Package conflicts with nvidia-ml-py (pynvml.py) #6
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#6
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 @reapoker on GitHub (Aug 7, 2021).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/4
Runtime Environment
3.5.6/3.9.6]460.84]nvitopversion or commit: [e.g.0.3.5.6/main@b669fa3]python-ml-pyversion: [e.g.11.450.51]C/C.UTF-8/en_US.UTF-8]Current Behavior
Expected Behavior
run as previews
@XuehaiPan commented on GitHub (Aug 7, 2021):
Do you have installed other implementations of NVML Python bindings (
nvidia-ml-py3,pynvml, etc.) in your virtual environment? Have a quick check with:You can fix this with the following command:
@reapoker commented on GitHub (Aug 7, 2021):
nvidia-ml-py3, pynvml have installed.
But it still reports the error.
@XuehaiPan commented on GitHub (Aug 7, 2021):
nvidia-ml-pyis conflict withnvidia-ml-py3andpynvml. All these three packages will install modulepynvml.py. You should uninstall the others and reinstallnvidia-ml-py:Or you can create a new virtual environment and install
nvitopin that.@reapoker commented on GitHub (Aug 7, 2021):
thx!
