You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest jupyterlab-nvdashboard release, 0.12.0, we pinned pynvml to 11 ( #210 )
However earlier versions of jupyterlab-nvdashboard do not have that pin
Without seeing more details from the install above, my guess is that conda is picking an older version of jupyterlab-nvdashboard that did not have the version constraint and installing it with pynvml
My current recommendation would be to use jupyterlab-nvdashboard>=0.12.0 when installing. That will ensure conda picks the latest version of jupyterlab-nvdashboard, which has the pynvml constraint. If that is not an option, your workaround also seems reasonable
We are also exploring setting up repodata patching for the rapidsai channel ( conda/infrastructure#1094 ), which would allow us to effectively apply this pynvml constraint to older versions of the jupyterlab-nvdashboard packages. However that is not setup yet
The next release of jupyterlab-nvdashboard version 0.13.0 will be compatible with pynvml ( #215 ). That will be released as part of the RAPIDS 25.02 release timeline
On JupyterLab v3.6.8, used
conda
to install the stable version:After launching
jupyter lab
, I got the following error:Found that
pynvml
v12.0.0 was installed while requirements.txt setspynvml>=11.0.0
. To fix this, we either (1) setpynvml
version asin requirements.txt or (2) set it in conda command as below:
The text was updated successfully, but these errors were encountered: