Skip to content

Instantly share code, notes, and snippets.

@vidz1979
Created June 2, 2022 15:01
Show Gist options
  • Save vidz1979/e08552b36e86e4c001eefe14c57a6f68 to your computer and use it in GitHub Desktop.
Save vidz1979/e08552b36e86e4c001eefe14c57a6f68 to your computer and use it in GitHub Desktop.
Install pyodbc on Mac M1
brew install unixodbc
export LDFLAGS="-L/opt/homebrew/Cellar/unixodbc/2.3.11/lib"
export CPPFLAGS="-I/opt/homebrew/Cellar/unixodbc/2.3.11/include"
pip install pyodbc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment