Can anyone say a solution for this?
Now available mysqlclient 2.1.0.mysqlclient 2.0.3 not support python 3.10 version.
Run this command now pip install mysqlclient
Following oficial instructions, for Ubuntu run:
sudo apt-get install python3-dev default-libmysqlclient-dev build-essential
Ubuntu needs this OS package for the python package mysqlclient
to install:
sudo apt install libmysqlclient-dev
people using python 3.10 version can use this link < https://www.wheelodex.org/projects/mysqlclient/wheels/mysqlclient-2.1.1-cp310-cp310-win_amd64.whl/ >
to download wheel or it will give error.!open the img to know which link you have to cick