pyodbc
pyodbc copied to clipboard
I'm having troubles with Pyodbc on my macbook m1
File "/Users/paulogentil/django-maker/BackendCreator/MapFramework/MapDb.py", line 3, in
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I tried to install unixodbc and configure the odbc.ini file but nothing happens Someone can help me
Make sure you are consistently using ARM or x86 binaries throughout. Your Python, pyODBC, unixODBC, and ODBC driver all have to be of the same architecture. Mixing them has been the cause of a few other issues here. https://github.com/mkleehammer/pyodbc/issues?q=M1