Install Teradata Package for Python on macOS or Linux OS - Install the Teradata Package for Python on macOS or Linux OS - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798
The teradataml, Teradata Package for Python, can directly be installed through PyPI on macOS or Linux OS using the following steps.
  1. Upgrade setuptools using the command:
    pip install --upgrade setuptools
  2. Install teradataml package along with its dependencies using the command:
    pip install teradataml

    teradataml has a dependency on teradatasqlalchemy and teradatasql.

    Executing this command will also download and install sqlalchemy, teradatasqlalchemy, and teradatasql, if they are not yet installed.

    teradatasqlalchemy, and teradatasql can also be separately installed from https://pypi.org/user/teradata/.

  3. Verify the installation by Test teradataml Connection to Vantage.