You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please state explicitly dependencies on external system packages unixodbc and/or unixodbc-dev in the docs, especially in the installation notes on PyPI.
Without these dependencies pip install of pyodbc fails when gcc tries to include missing sql.h header:
fatal error: sql.h: No such file or directory
You can replicate it in ubuntu:bionic docker containers with python 3.7.