Registry / azure / azureml-dataprep-rslex

azureml-dataprep-rslex

JSON →
library2.26.0pypypi✓ verified 22d ago

This library serves as a low-level, performance-optimized Rust extension for Azure ML's data preparation capabilities. It is an internal dependency primarily utilized by higher-level packages like `azureml-dataprep` and `azureml-sdk`, rather than being intended for direct end-user interaction. It's currently at version 2.25.4 and follows the release cadence of the broader Azure ML SDK.

pip install azureml-dataprep-rslex
INSTALL
IMPORT
SIG · AZUREML-DATAPREP-R
A
azureml-dataprep-rslex
azurepythonv2.26.0
Install
2.3s avg
Import
Disk
95MB
Pass rate
5/ 10
Env Coverage5 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.26.0 · pip install
no network on importno background threads
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
installs and imports cleanly · install 2.3s · import 0.000s · 97MB
95MB installed
● package 95MB
Code
Verified usage

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

libs
from azureml_dataprep_rslex.libs import libs
from azureml_dataprep_rslex.libs import libs

Demonstrates a minimal import and version check. This library is an internal component of the Azure ML SDK, and direct functional quickstarts for end-users are not applicable as its features are consumed through higher-level APIs like `azureml-dataprep`.

import azureml_dataprep_rslex print(f"azureml-dataprep-rslex version: {azureml_dataprep_rslex.__version__}")
Debug
Known issues
gotchaAttempting to use `azureml-dataprep-rslex` directly for data manipulation or ML tasks is generally incorrect. Its functionality is exposed via higher-level `azureml-dataprep` or `azureml-sdk` APIs.
fix
Interact with Azure ML data preparation through `azureml.dataprep` or `azureml.core` modules instead, which leverage this component internally.
affects: All
gotchaVersion mismatches between `azureml-dataprep-rslex` and other `azureml-*` packages (e.g., `azureml-dataprep` or `azureml-core`) can lead to runtime errors or unexpected behavior due to API inconsistencies.
fix
Ensure all `azureml-*` packages are installed from the same major/minor release of the Azure ML SDK. The recommended approach is to install `azureml-sdk` which manages compatible dependencies. For example, `pip install --upgrade azureml-sdk[full]`.
affects: All
Upgrade
Version history
2.26.0latest on PyPI · released Jul 27, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
32
OpenAI (training)
1
Resources
azureml-dataprep-rslex — pip install azureml-dataprep-rslex · libregistry