Install & Compatibility
Where this runs
tested against v3.1.1 · 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
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 168.3MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 20.8s · import 0.000s · 173MB
179MB installed
● package 179MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
AzureFileSystem
✓ from dvc_azure import AzureFileSystem
✗ from dvc.fs import AzureFileSystem
Initialize an Azure filesystem and list root contents.
import os
from dvc.fs import AzureFileSystem
fs = AzureFileSystem(
account_name=os.environ.get('AZURE_STORAGE_ACCOUNT', ''),
account_key=os.environ.get('AZURE_STORAGE_KEY', ''),
container_name='mycontainer',
)
print(fs.ls('/'))
dvc --version
Upgrade
Version history
3.1.1latest on PyPI · released Jun 10, 2026
Audit
Dependencies
dvcrequiredCore DVC required; dvc-azure is a plugin
adlfsrequiredAzure Data Lake Storage and Blob Storage filesystem abstraction