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/var/folders/2n/pv5q13p10dz6rg8qlh3vhxv00000gn/T/pip-build-bh92ufyu/MySQL-python
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/var/folders/2n/pv5q13p10dz6rg8qlh3vhxv00000gn/T/pip-build-bh92ufyu/MySQL-python
I met the same problem when install
matplotlib
and following command workd:Ref here
Try installing python-dev, libpython-dev, libevent-dev and try again...
Worked for me: