Connecting to mysql on Macbook M1 (pyodbc)

I found the solution for my first problem :slightly_smiling_face:
I uninstalled everything in my environment
and installed from scratch this time with no binary pyodbc
it seemed to work with some similar issues.
maybe it would help somebody:

in requirements.txt:

pyodbc --no-binary=pyodbc==4.0.35