I\'m on OSX El Capitan, using Python 2.7 (Anaconda). Launching the command pip install MySQL-python yields:
pip install MySQL-python
Collecting MySQL-python Using cach
This solved my issue:
brew install mysql@5.7 brew link --force mysql@5.7