Having issue with new space (pyodbc error)

I am new to spaces, so forgive me if basic question. Trying to get my app.py to build, but keeps getting stuck at pyodbc import. I have pyodbc in my requirements.txt file, and build fails when it hits the import pyodbc line in app.py. Traceback below. Any ideas?

===== Application Startup at 2023-07-30 15:53:20 =====

Traceback (most recent call last):
File “/home/user/app/app.py”, line 18, in
import pyodbc
ImportError: libodbc.so.2: cannot open shared object file: No such file or directory

Was able to advance from this erorr by having unixodbc in package.txt. However now getting driver error when trying to connect using pyodbc:

Error: (‘01000’, “[01000] [unixODBC][Driver Manager]Can’t open lib ‘SQL Server’ : file not found (0) (SQLDriverConnect)”)