nvidia-cuda-crt
CUDA C Runtime
What it is and what it does
nvidia-cuda-crt packages the CUDA C Runtime libraries from NVIDIA for use in Python environments. It is a low-level runtime dependency typically installed as part of a larger GPU-accelerated software stack rather than used directly by application code. The package targets developers and researchers working with machine learning, deep learning, and scientific computing who need GPU acceleration.
The package supports Python 3.5 through 3.11 and is distributed as platform-specific wheels for Windows, Linux x86_64, and Linux aarch64. It has no Python runtime dependencies of its own, functioning as a pure library distribution. Installation requires selecting the correct wheel for your platform and architecture.
Use it for:
- Providing CUDA runtime dependencies for deep learning frameworks in containerized or virtual environments.
- Setting up GPU-accelerated scientific computing environments where lower-level CUDA libraries are needed.
- Packaging GPU applications that depend on CUDA C runtime without requiring users to install NVIDIA CUDA Toolkit separately.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides NVIDIA CUDA C Runtime libraries for Python, enabling GPU-accelerated compute on supported platforms.
Yes, if you need CUDA runtime support for GPU-accelerated Python applications and your platform matches the available wheels. The package is actively maintained with no known vulnerabilities. Install only if you have a specific dependency requirement from another package or a documented need for CUDA 13.3 runtime support; it is not typically installed standalone.
Install
nvidia-cuda-crt on PyPI
pip
pip install nvidia-cuda-crtuv
uv add nvidia-cuda-crtpoetry
poetry add nvidia-cuda-crtInstalling nvidia-cuda-crt
Before you install
Medium install friction due to platform-specific wheels for Windows, Linux x86_64, and Linux aarch64. Package is actively maintained with recent release activity.
Quickstart
pip install nvidia-cuda-crt==13.3.73
# Typically imported indirectly as a dependency of other packages
# rather than used directly in application code.
Requires a platform matching one of the available wheels: Windows AMD64, Linux x86_64 (manylinux2014), or Linux aarch64 (manylinux2014).
Verify before relying
- Whether this package requires a separate NVIDIA CUDA Toolkit installation or provides complete runtime independently.
- Whether installation succeeds on systems without NVIDIA GPUs or CUDA drivers present.
- Compatibility with specific CUDA versions beyond what version 13.3.73 implies.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 46 days since the last release |
| First released | |
| Downloads | 2,075,871/month — #3,314 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: nvidia_cuda_crt-13.3.73-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; nvidia_cuda_crt-13.3.73-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; nvidia_cuda_crt-13.3.73-py3-none-win_amd64.whl
Keywords: cuda, nvidia, runtime, machine learning, deep learning
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
nvidia-cuda-runtime-cu12Provides NVIDIA CUDA 12 runtime native…
unclear · top 1,000 on PyPI
nvidia-cuda-ccclProvides NVIDIA CUDA C++ Core Compute Libraries…
unclear · top 5,000 on PyPI
nvidia-cuda-runtime-cu11Provides CUDA 11 runtime native libraries for…
unclear · top 5,000 on PyPI
nvidia-cuda-runtimeProvides NVIDIA CUDA Runtime native libraries…
unclear · top 1,000 on PyPI
nvidia-cuda-cccl-cu12Provides NVIDIA's CUDA C++ Core Compute…
unclear · top 15,000 on PyPI
nvidia-cublas-cu11Provides NVIDIA CUBLAS native runtime libraries…
unclear · top 5,000 on PyPI
pycudaPyCUDA provides Pythonic bindings to Nvidia's…
permissive · top 15,000 on PyPI
nvidia-cufileProvides Python bindings for NVIDIA's cuFile…
unclear · top 1,000 on PyPI
nvidia-curandProvides NVIDIA CURAND native runtime libraries…
unclear · top 1,000 on PyPI
hip-pythonProvides low-level Python and Cython bindings…
permissive · top 15,000 on PyPI