Getting the following error - when trying to view a Flask web app that is deployed to Azure using pyodbc:
2019-09-03T14:25:35.575624728Z conn = pyodbc.connect('Driver={SQL Server};'
2019-09-03T14:25:35.575857932Z pyodbc.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'SQL Server' : file not found (0) (SQLDriverConnect)")
Can anyone advise, What I would need to do to fix this? Works fine on my local machine btw.
Thanks..