Can't use pyodbc Python Library

I've added the pyodbc library to my workflow, but when I try to import it in a code block, the code execution fails.
The import statement is underlined in red with the error "Import pyodbc could not be resolved" The execution error is "ImportError: libodbc.so.2: cannot open shared object file: No such file or directory (line 1)"

I'm able to import other python libraries and use them this way, I've tested with datetime, paramiko, openpyxl, and pandas. None of those result in any error.

Hi @matthewej,

This seems like it could be a compatibility issue :thinking: I'll reach out to our team internally

[Edit] In the meantime, downgrading to 4.0.34 instead of 5.1.0 seems to be working for me :crossed_fingers: