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
Enjoy the Journey
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