Skip to content

Installation

uv add dataenginex

Using pip

pip install dataenginex

Extras

Extra Installs Purpose
cloud boto3, google-cloud-storage, google-cloud-bigquery S3, GCS, BigQuery connectors
observability langfuse LLM call tracing via Langfuse
pip install "dataenginex[cloud,observability]"

LiteLLM / vLLM: Install separately — LiteLLM pins python-dotenv==1.0.1 which conflicts with dataenginex's python-dotenv>=1.2.2.

pip install 'litellm>=1.83.3' --no-deps

Verify

dex version