Registry / ai-ml / nvidia-cuda-crt

nvidia-cuda-crt

JSON →
library13.2.78pypypi✓ verified 79d ago

NVIDIA CUDA C Runtime library for Python, distributed as a PyPI package. Version 13.2.78 requires Python >=3. This package provides the CUDA runtime (CRT) as a shared library, enabling GPU-accelerated computations. It is part of the nvidia-pyindex ecosystem and typically installed automatically with CUDA toolkits. Release cadence follows CUDA toolkit releases.

pip install nvidia-cuda-crt
INSTALL
IMPORT
SIG · NVIDIA-CUDA-CRT
N
nvidia-cuda-crt
ai-mlpythonv13.2.78
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nvidia
import nvidia
import nvidia.cuda_crt

Verify CUDA runtime is available and check version.

import os from nvidia.cuda_crt import CUDART # Check CUDA runtime version # Requires CUDA environment to be set up print(CUDART.get_version())
Debug
Known issues
breakingVersion 13.x dropped support for Python 2.x and older CUDA toolkits. Ensure your CUDA driver and toolkit are compatible with CUDA 13.
fix
Upgrade to CUDA Toolkit 13 and use Python >=3.
affects: >=13.0.0
gotchaThis package does not provide the CUDA driver (nvidia-cuda-driver). It only supplies the runtime library. Missing driver will cause runtime errors.
fix
Install nvidia-cuda-driver or ensure NVIDIA driver is installed on the system.
affects: all
gotchaOn some systems, the nvidia-cuda-crt package may conflict with system-installed CUDA or other nvidia packages. Use pip install in a virtual environment.
fix
Create a virtual environment and install only the required nvidia packages.
affects: all
Upgrade
Version history
13.2.78latest on PyPI · released Apr 13, 2026
Audit
Dependencies
nvidia-cuda-runtime-cu12requiredProvides runtime compatibility for CUDA 12.x; nvidia-cuda-crt depends on it.
CythonoptionalRequired for building extensions using CUDA from Python.
Agent activity
2 hits · last 30 days
node
2
Resources
nvidia-cuda-crt — pip install nvidia-cuda-crt · libregistry