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

Teradata® Package for Python User Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Teradata Package for Python
Release Number
20.00
Published
March 2025
ft:locale
en-US
ft:lastEdition
2026-01-07
dita:mapPath
nvi1706202040305.ditamap
dita:ditavalPath
plt1683835213376.ditaval
dita:id
rkb1531260709148
Product Category
Teradata Vantage
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 Test teradataml Connection to Vantage.