Install unixodbc-dev for a Flask web app on Azure App Service
问题 I am trying to deploy Flask web app on the Azure App Service. This app is using pyodbc to connect to mssql; however, when I deploy the app I get this error ImportError: libodbc.so.2: cannot open shared object file: No such file or directory I got to know that I can solve this issue by installing unixodbc/unixodbc-dev with the following line: sudo apt-get install unixodbc-dev I tried to do this manually by accessing the SSH of Kudu; however, the issue still persists. I am using a local