Skip to content

BUG: updating from 12.6 to 12.8/12.9 breaks Python import #476

Closed
@spec-benno

Description

@spec-benno

On Linux Ubuntu 22.08, I've recently updated the cuda-python package from 12.6 to 12.8.0 in my Python project and when I'm now trying to do:

from cuda import cuda, cudart, nvrtc

I'm getting the error message:

ImportError: cannot import name 'cuda' from 'cuda' (unknown location)

From the examples in the cuda.bindings package, I see that the same import command is still used.

Since, I'm using RDMA, I haven't tried this on Windows.

Metadata

Metadata

Assignees

Labels

cuda.bindingsEverything related to the cuda.bindings moduledocumentationImprovements or additions to documentationpackagingAnything related to wheels or Conda packageswontfixThis will not be worked on

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions