Install Python SDK Dependencies Package | Teradata AppCenter - [Optional] Installing the Teradata AppCenter Python SDK Dependencies Package Offline - Teradata AppCenter

Teradata® AppCenter Python SDK User Guide

Product
Teradata AppCenter
Release Number
2.0
Published
September 2020
Language
English (United States)
Last Update
2020-09-28
dita:mapPath
hqg1594325323212.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1119
Product Category
Analytical Ecosystem

If you do not want pip to access the Internet, install the dependencies package before installing the Teradata® AppCenter Python SDK package. The dependencies package is included in the appcenter-all package for AppCenter 2.0 and later.

  1. In the extracted Python package, locate teradata-appcenter-python-sdk-with-deps-2.0.0+latest.tar.gz.
  2. Install the dependencies package:
    tar -xvf teradata-appcenter-python-sdk-with-deps-2.0.0+latest.tar.gz
            
    pip install --no-index --find-links=teradata-appcenter-python-sdk-2.0.0/.deps -r teradata-appcenter-python-sdk-2.0.0/requirements.txt
    
    pip install teradata-appcenter-python-sdk-with-deps-2.0.0+latest.tar.gz