I am new to python and I am trying django framework that involves some MySql and ran into this error when try to do pip install mysqlclient and down the lines o
pip install mysqlclient
Try this first
sudo apt-get install python3.7-dev
Then