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
I installed the following library on Ubuntu and after that, the issue got resolved.
sudo apt-get install libssl-dev
and then I was able to install mysqlclient using the following command