-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
dependenciesIssue/PR that is related to dependenciesIssue/PR that is related to dependenciesdeprecationsRelated to code deprecationRelated to code deprecation
Description
With cuda-python>=13.0
:
from cuda import cuda |
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
Labels
dependenciesIssue/PR that is related to dependenciesIssue/PR that is related to dependenciesdeprecationsRelated to code deprecationRelated to code deprecation