I am having a python application that uses mssql - instead of using pymssql, i was trying pyodbc. There seems to be no problems while running the application in a Windows lo
The ubuntu environment is not having the odbc library, so it need to be installed using
sudo apt install unixodbc-dev
once installed update the ubuntu using
sudo apt-get update
It will resolve the issue.
For further reading go to this link