Estou já há algum tempo tentando instalar o mySQLdb. Tentei algumas soluções aqui do fórum e nada. Quando tento instalar o MySQL client recebo o seguinte erro:
ERROR: Command errored out with exit status 1: 'c:\users\eduardo\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Eduardo\\AppData\\Local\\Temp\\pip-install-76u7zmn7\\mysqlclient\\setup.py'"'"
'; __file__='"'"'C:\\Users\\Eduardo\\AppData\\Local\\Temp\\pip-install-76u7zmn7\\mysqlclient\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'
install --record 'C:\Users\Eduardo\AppData\Local\Temp\pip-record-ts1v3844\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\eduardo\appdata\local\programs\python\python38-32\Include\mysqlclient' Check the logs for full comm
and output.
Já quando tento instar o MySQLdb é esse:
ERROR: Could not find a version that satisfies the requirement MySQLdb (from versions: none)
ERROR: No matching distribution found for MySQLdb