Jon Tingvold

Results 5 comments of Jon Tingvold

Thanks @michalpulpan. I can confirm that the following works on my MacBook M1: ``` brew install unixodbc export LDFLAGS="-L/opt/homebrew/Cellar/unixodbc/2.3.9/lib" export CPPFLAGS="-I/opt/homebrew/Cellar/unixodbc/2.3.9/include" pip install pyodbc ``` pip is here an aliased...

Just want to chip in that this caused a lot of issues for our company as well.

Thanks. Good to know. Then I will definitely try to optimize it with Numpy/Pandas some time.