Created
March 24, 2022 04:20
-
-
Save DonerKebab/b2e68df838276e6c01a3d669a8d304ac to your computer and use it in GitHub Desktop.
Fixed: NameError: name '_mysql' is not defined on MacOS
This file contains 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
# bew install | |
brew install [email protected] | |
brew install [email protected] | |
brew install mysql-connector-c | |
# pip install | |
pip install mysqlclient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment