I face this problem when I want to install mysql-python on osx 10.8, it show error with \'my_config.h\' file not found.
Below is my running code:
sud
Works well on macOS High Sierra:
If you haven't already installed mysql: brew install mysql
brew install mysql
brew unlink mysql brew install mysql-connector-c brew link --overwrite mysql pip install MySQL-python