Install Teradata Package for Generative AI on macOS or Linux OS - Install teradatagenai package 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
teradatagenai, Teradata Package for Generative AI, can directly be installed through PyPI in macOS or Linux OS using the following steps:
  1. Upgrade setuptools using the command:
    pip install --upgrade setuptools
  2. Install teradatagenai package along with its dependencies using the command:
    pip install teradatagenai

    teradatagenai has a dependency on teradataml and other Python packages. Executing this command will also download and install all dependent packages.

    teradataml can also be separately installed from https://pypi.org/user/teradata/.

  3. Verify the installation by initializing the TeradataAI class to access large language model endpoints. See TeradataAI Class.