Issue with installing MySQL on ubunto

had problems as well.
here i found a solution:
python - Python3 - Pipenv install mysqlclient? - Stack Overflow

you have to do the following first:

sudo apt install libmysqlclient-dev

after having done this also:

pipenv install

worked, where it was possible to lock the pipfile. before that i always got an error.