Issue with installing MySQL on ubunto

hello guys!!
i tried to install mysql in ubuntu22.04 but im having issues any help!

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.

you have a broken package install, you need to run. This blog goes through the options..