Welcome to Taipy › Forums › Taipy Core › Taipy 2.0 & MySQL › Reply To: Taipy 2.0 & MySQL
December 14, 2022 at 3:26 pm
#237385
Participant
Dear Florian,
I think I got the knack of it, and wrote an pipeline pulling data from my db and using csv files as buffers.
As a result, I do not use any SQL related stuff in Taipy.
My pipeline unfortunately fails with an error :
pyodbc.Error: (‘01000’, “[01000] [unixODBC][Driver Manager]Can’t open lib ‘ODBC Driver 17 for SQL Server’ : file not found (0) (SQLDriverConnect)”)
I’m using a Linux PC and no ODBC drivers, thus maybe the ‘ODBC driver missing’ error.
As I do not use any database from Taipy I shouldn’t have to have such drivers installed IMHO.
Maybe I’m missing something ?
best regards
— JMM