Skip to content

Instantly share code, notes, and snippets.

@ernesthan
Created August 12, 2023 02:47
Show Gist options
  • Select an option

  • Save ernesthan/5a8815aa8243615319b049f2be6b6629 to your computer and use it in GitHub Desktop.

Select an option

Save ernesthan/5a8815aa8243615319b049f2be6b6629 to your computer and use it in GitHub Desktop.
Apple Silicon has an issue with pyodbc, reinstalling with no-binary option will work
pip uninstall pyodbc -y
pip install --no-binary :all: pyodbc
python -c "import pyodbc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment