Skip to content

Deprecated cuda.cuda module import #4110

@lochhh

Description

@lochhh

With cuda-python>=13.0:


throws an ImportError

...spikeinterface/sorters/utils/misc.py", line 68, in has_nvidia
from cuda import cuda
ImportError: cannot import name 'cuda' from 'cuda' (unknown location)

Using cuda-python<13.0, we get

FutureWarning: The cuda.cuda module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.driver module instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesIssue/PR that is related to dependenciesdeprecationsRelated to code deprecation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions