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