Ubuntu 24.04.03 Python solucion a error libmsodbcsql-17.6 file not found

Habilitando las consultas sql server en servidores ubuntu, local todo funciona pero subiendo cambios al servidor nuevo ya no funcionan y tira este error: "message" : "Error al obtener datos de Batch: Error ejecutando consulta en sqlserver: (pyodbc.Error) ('01000', \"[01000] [unixODBC] [Driver Manager]Can't open lib '/opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.6.so.1.1' : file not found (0) (SQLDriverConnect)\")\n(Background on this error at: https://sqlalche.me/e/20/dbapi)" , "success" : false , "timestamp" : "2025-09-10T16:46:58.706476" ----------------------------------------- Para Solucionar error de ODBC SQL Server en ubuntu 24.04.3 ocupas instalar el ODBC Driver 18 Para los cual en ubuntu deberia de ejecutar este comando: if ! [[ "18.04 20.04 22.04 24.04 24.10" == *"$(grep VERSION_ID /etc/os-release | cut -d '"' -f 2)"* ]]; then echo "Ubuntu $(grep VERSI...