Common Issues and Solutions with Installing Teradata Package for Python on IMB PowerPC - 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

Issue 1: "GCC Internal Compiler Error"

internal compiler error: Segmentation fault
during GIMPLE pass: vect

Solution: Use conda-forge to compile packages.

Issue 2: "No matching distribution found"

ERROR: Could not find a version that satisfies the requirement numpy

Solution: Use conda-forge to compile packages.

Issue 3: Import Errors After Installation

ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found

Solution: Update the conda environment.

conda update --all -c conda-forge