MSQLCLIENT installation error

After having your data grip (tool for msql) we need the msqlclient as the interface to communicate the msql database and the django framework
command: pipenv install mysqlclient

error: command error out with exit status 1: python setup.py egg_info check the logs for full command output.

or unstatisfied version

SOLUTION
from the computer terminal
command: sudo apt-get install libmysqlclient-dev

now from the vs code or any code editior
command: pipenv install mysqlclient