when trying to install flask-mysql i get the following error msg:
Command \"python setup.py egg_info\" failed with error code 1 in /private/v
I met the same problem when install matplotlib and following command workd:
matplotlib
pip install --upgrade setuptools pip install ez_setup
Ref here