Intel Common Licensing Runtime

2025.3.3 · active · verified Fri Apr 17

The `intel-cmplr-lic-rt` package provides Intel® oneAPI Runtime COMMON LICENSING components. It serves as a low-level, native runtime dependency for other Intel oneAPI tools and Python libraries that require Intel's licensing infrastructure to operate. It is not intended for direct Python API interaction or import in user code. The current version is 2025.3.3.

Common errors

Warnings

Install

Imports

Quickstart

The `intel-cmplr-lic-rt` package is a foundational runtime component, not a library meant for direct programming interaction. Its primary role is to ensure the necessary Intel oneAPI licensing infrastructure is present in the environment for other dependent Intel tools or Python packages to function correctly. There is no Python API or typical quickstart code for this package, as its value is in its mere presence rather than direct execution.

# The intel-cmplr-lic-rt package does not provide a direct Python API for user interaction.
# Its installation ensures that underlying native Intel oneAPI licensing runtimes are available
# for other Intel tools and Python libraries that depend on them.
# No quickstart code is applicable for direct usage.
# Ensure it is installed if other Intel oneAPI components require it:
# pip install intel-cmplr-lic-rt

view raw JSON →