Install Teradata Package for Python on Windows - Installing Teradata Package for Python on Windows - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
The teradataml, Teradata Package for Python, can directly be installed through PyPI on Windows client using the following steps.
  1. Upgrade setuptools using the command:
    py -3 -m pip install --upgrade setuptools
  2. Install teradataml package along with its dependencies using the command:
    py -3 -m 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 Testing Connection to Vantage.