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.