Im receiving this error DBAPIError

DBAPIError(‘(pyodbc.Error) ('01000', “[01000] [unixODBC][Driver Manager]Can't open lib 'ODBC Driver 18 for SQL Server' : file not found (0) (SQLDriverConnect)”)’)

Hi,

It sounds like your code requires ODBC drivers. These aren’t installed by default on Render Native Runtimes, so you may need to Dockerize your project to install OS-level packages.

The pyodbc docs have a section on what is required when installing it on Linux: https://github.com/mkleehammer/pyodbc/wiki/Install#installing-on-linux

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.