Tentando instalar a extensão e recebo essa mensagem.
C:\Users\user\OneDrive\Programacao\python3\Flask
λ pip3 install flask_mysqldb==0.2.0
Collecting flask_mysqldb==0.2.0
Using cached https://files.pythonhosted.org/packages/62/e3/955c845efe1aacf30c8e2607470544ede36aa1044f6382c809f13e014104/Flask-MySQLdb-0.2.0.tar.gz
Requirement already satisfied: Flask>=0.10 in c:\program files (x86)\python36-32\lib\site-packages (from flask_mysqldb==0.2.0) (0.12.2)
Collecting mysqlclient (from flask_mysqldb==0.2.0)
Using cached https://files.pythonhosted.org/packages/ec/fd/83329b9d3e14f7344d1cb31f128e6dbba70c5975c9e57896815dbb1988ad/mysqlclient-1.3.13.tar.gz
Requirement already satisfied: Werkzeug>=0.7 in c:\program files (x86)\python36-32\lib\site-packages (from Flask>=0.10->flask_mysqldb==0.2.0) (0.14.1)
Requirement already satisfied: Jinja2>=2.4 in c:\program files (x86)\python36-32\lib\site-packages (from Flask>=0.10->flask_mysqldb==0.2.0) (2.10)
Requirement already satisfied: itsdangerous>=0.21 in c:\program files (x86)\python36-32\lib\site-packages (from Flask>=0.10->flask_mysqldb==0.2.0) (0.24)
Requirement already satisfied: click>=2.0 in c:\program files (x86)\python36-32\lib\site-packages (from Flask>=0.10->flask_mysqldb==0.2.0) (6.7)
Requirement already satisfied: MarkupSafe>=0.23 in c:\program files (x86)\python36-32\lib\site-packages (from Jinja2>=2.4->Flask>=0.10->flask_mysqldb==0.2.0) (1.0)
Installing collected packages: mysqlclient, flask-mysqldb
Running setup.py install for mysqlclient ... error
Complete output from command "c:\program files (x86)\python36-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-4yrzi86q\\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\user\AppData\Local\Temp\pip-record-_7srztlz\install-record.txt --single-version-externally-managed --compile:
c:\program files (x86)\python36-32\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
warnings.warn(msg)
running install
running build
running build_py
creating build
creating build\lib.win32-3.6
copying _mysql_exceptions.py -> build\lib.win32-3.6
creating build\lib.win32-3.6\MySQLdb
copying MySQLdb\__init__.py -> build\lib.win32-3.6\MySQLdb
copying MySQLdb\compat.py -> build\lib.win32-3.6\MySQLdb
copying MySQLdb\connections.py -> build\lib.win32-3.6\MySQLdb
copying MySQLdb\converters.py -> build\lib.win32-3.6\MySQLdb
copying MySQLdb\cursors.py -> build\lib.win32-3.6\MySQLdb
copying MySQLdb\release.py -> build\lib.win32-3.6\MySQLdb
copying MySQLdb\times.py -> build\lib.win32-3.6\MySQLdb
creating build\lib.win32-3.6\MySQLdb\constants
copying MySQLdb\constants\__init__.py -> build\lib.win32-3.6\MySQLdb\constants
copying MySQLdb\constants\CLIENT.py -> build\lib.win32-3.6\MySQLdb\constants
copying MySQLdb\constants\CR.py -> build\lib.win32-3.6\MySQLdb\constants
copying MySQLdb\constants\ER.py -> build\lib.win32-3.6\MySQLdb\constants
copying MySQLdb\constants\FIELD_TYPE.py -> build\lib.win32-3.6\MySQLdb\constants
copying MySQLdb\constants\FLAG.py -> build\lib.win32-3.6\MySQLdb\constants
copying MySQLdb\constants\REFRESH.py -> build\lib.win32-3.6\MySQLdb\constants
running build_ext
building '_mysql' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
----------------------------------------
Command ""c:\program files (x86)\python36-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-4yrzi86q\\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\user\AppData\Local\Temp\pip-record-_7srztlz\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\user\AppData\Local\Temp\pip-install-4yrzi86q\mysqlclient\
Alguém sabe como resolver!?