I have MySQL 5.7 installed on Docker running perfectly and python 3.7 installed locally.
I tried to install the flask-mysqldb using the command
pip install flask-mysqldb
and I received an error
OSError: mysql_config not found
I never had to install a MySQL client connector in my machine and never had any problem to connect any system.
Is this related to my Docker config? How can I solve this issue?