Xp65 pynvml

Hi,

I’m getting spammed with warning messages for pynvml depreciation
I’m using analysis3-25.10
Is this the right place to post about this?

1 Like

Hi @LukeBurgessClimate

Yes, this is annoying.

for the record the message is

/g/data/xp65/public/apps/med_conda/envs/analysis3-25.11/lib/python3.11/site-packages/distributed/diagnostics/nvml.py:14: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
  import pynvml

This is related to dask.distributed and requires and installation of nvidia-ml to replace pynvml
We can’t do that for other restrictions that prevent us to move to numpy>=2. and python>3.11

Hopefully it will go away as things get updated

JFYI, these warnings still pop up in 25.10 and are quite noisy.