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

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