I'm using Python 3.10.6 and I' trying to install MySQL-python but it was impossible.
I got this error:
I tried with pip3 install --upgrade setuptools
, pip3 install MySQL-python --use-deprecated=legacy-resolver
and pip3 install MySQL-python backtrack-on-build-failures
. Nothing worked.
Aditional, I created a virtual env "connection", as you can see in the pic, and not worked too.
You have any idea to fix this problem?