pyODBC Apple M2 Chip : Symbol not found: _SQLAllocHandleApple M2 Chip :

pyODBC Apple M2 Chip : Symbol not found: _SQLAllocHandleApple M2 Chip :

pyODBC Apple M2 Chip : Symbol not found: _SQLAllocHandleApple M2 Chip :

If you get the above error, you will need to uninstall the pyODBC and than compile the pyODBC locally.

Also make sure that you have install unixodbc driver.

pip uninstall pyodbc
pip install --no-binary :all: pyodbc
GFL