pythonteradatateradatasql

How do I connect to teradata server from Debian 11 using teradatasql


When I try and connect to teradata, I get this error:

OSError: /home/***/.local/lib/python3.8/site-packages/teradatasql/teradatasql.so: cannot open shared object file: No such file or directory

I installed teradatasql using pip install teradatasql. I also installed teradatasqlalchemy

I cannot find much help online so any help here is appreciated.


Solution

  • The teradatasql driver only supports Linux x86-64 architecture right now. If you are installing on Linux ARM, then it will not work. Linux ARM support is planned for the future.