We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796a179 commit 9a74280Copy full SHA for 9a74280
numba_cuda/numba/cuda/__init__.py
@@ -23,7 +23,7 @@
23
):
24
raise ImportError(
25
"NVIDIA CUDA Python bindings not found. Install the 'cuda' package "
26
- "(e.g. pip install nvidia-cuda-python or numba-cuda[cuXY])."
+ "(e.g. pip install cuda-python or numba-cuda[cuXY])."
27
)
28
29
if config.ENABLE_CUDASIM:
0 commit comments