Registry / devops / msvc-runtime

msvc-runtime

JSON →
library14.44.35112pypypiunverified

Installs the Microsoft Visual C++ runtime DLLs (e.g., msvcp140.dll, vcruntime140.dll) into the sys.prefix and Scripts directories. Version 14.44.35112. Released sporadically as needed for MSVC runtime updates.

pip install msvc-runtime
INSTALL
IMPORT
SIG · MSVC-RUNTIME
M
msvc-runtime
devopspythonv14.44.35112
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
build_error
Code
Verified usage

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

msvc_runtime
import msvc_runtime
The package name uses an underscore, not a hyphen. You cannot import with a hyphen.

Installs the MSVC runtime DLLs into the Python environment.

import msvc_runtime msvc_runtime.install() print('MSVC runtime installed')
Debug
Known issues
gotchaDo not import 'msvc-runtime' with a hyphen; Python module names cannot contain hyphens. The correct import is 'msvc_runtime'.
fix
Use 'import msvc_runtime' instead of 'import msvc-runtime'.
affects: all
deprecatedThe function 'msvc_runtime.install()' may be removed in future versions. Prefer installing via pip with the system MSVC redistributable.
fix
Consider using the official Microsoft Visual C++ Redistributable installer instead of this package for production environments.
affects: >=14.44
gotchaRunning 'msvc_runtime.install()' requires write permissions to sys.prefix. In virtual environments, this will fail silently or raise PermissionError.
fix
Run the install as administrator (Windows) or ensure the Python environment is not protected (e.g., not a system-wide install without admin rights).
affects: all
Upgrade
Version history
14.44.35112latest on PyPI · released Aug 8, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
msvc-runtime — pip install msvc-runtime · libregistry