Closed brot closed 7 years ago
Ok, the problem was an my side. I used the latest version of Anaconda and with this installation there are a lot of packages preinstalled. Also pyodbc and unixodbc. After uninstalling both modules the teradata module works fine with python3.6 (from Anaconda)
Module is not working with Python3.6
After the driver was loaded successfully (
Available drivers: ODBC DRIVERS, Teradata
), the following error occurs inudaExec.connect
With Python3.5 everything seems fine