I'm trying to install flask-mysqldb via pip but i'm getting an error. Here are some details:
- Python Version: 3.7.7
- Operating System: Windows 10
Pip Version: 20.1
Cannot pip install flask-mysqldb
Here is a summary of the error i'm getting...
ERROR: Command errored out with exit status 1: 'c:\users\dogiy\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\dogiy\\AppData\\Local\\Temp\\pip-install-vnpzkr37\\mysqlclient\\setup.py'"'"'; __file__='"'"'C:\\Users\\dogiy\\AppData\\Local\\Temp\\pip-install-vnpzkr37\\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\dogiy\AppData\Local\Temp\pip-record-f31t4q22\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\dogiy\appdata\local\programs\python\python37-32\Include\mysqlclient' Check the logs for full command output.