Last active
September 1, 2019 06:24
-
-
Save samredai/090175d8096d5cc2bf04993fb9f46f36 to your computer and use it in GitHub Desktop.
Python: Fix 'OSError: mysql_config not found' When Pip Installing mysqlclient
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
# Worked on Linux Mint 19.1 (Tessa) | |
sudo apt-get install python3-dev | |
sudo apt-get install libmysqlclient-dev | |
sudo apt-get install libssl-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment