Skip to content

Lock pynvml version below 12.0.0 for branch-0.9 #217

@renweizhukov

Description

@renweizhukov

On JupyterLab v3.6.8, used conda to install the stable version:

conda install -c rapidsai -c conda-forge jupyterlab-nvdashboard

After launching jupyter lab, I got the following error:

AttributeError: module 'pynvml' has no attribute 'nvml'

Found that pynvml v12.0.0 was installed while requirements.txt sets pynvml>=11.0.0. To fix this, we either (1) set pynvml version as

pynvml>=11.0.0,<12.0.0

in requirements.txt or (2) set it in conda command as below:

conda install -c rapidsai -c conda-forge pynvml=11.5.3 jupyterlab-nvdashboard

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions