glenn_de_munck
06/13/2022, 10:19 AMaaronsteers
06/13/2022, 3:33 PMtap-db2 may require OS libraries or other dependencies.edgar_ramirez_mondragon
06/13/2022, 3:55 PMpyodbc does publishes wheels for a good number of systems: https://pypi.org/project/pyodbc/#files. Can I ask which OS are you on?
This might help: https://github.com/mkleehammer/pyodbc/issues/441christoph
06/14/2022, 3:51 AMpyodbc does not publish wheels for any Linux distros to pypi.
So, the wheel needs to be built from source.
Instructions are published on the wiki for pyodbc https://github.com/mkleehammer/pyodbc/wiki/Install#ubuntu-1804
I think the unixodbc-dev package is probably missing from your Ubuntu system.glenn_de_munck
06/14/2022, 7:01 AM