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
Using conda instead of pip solved this for me on macOS Catalina 10.15.5
conda
pip
conda install mysql-python