Created
August 12, 2023 02:47
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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