If you encounter this error on macOS, first install MySQL and pkg-config using Homebrew:
macOS
MySQL
pkg-config
Homebrew
brew install mysql pkg-config
Then install mysqlclient using pip:
mysqlclient
pip
pip install mysqlclient
reference: mysqlclient repository on GitHub