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
On macOS 10.15 so long as your project is compatible with PyMySQL 1.3.11 or newer, the following appears to resolve this problem:
brew install mariadb-connector-c pip install MySQL-python
Ref: https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY.rst