我正在尝试连接 MySQl 和 Flask,但我一直收到错误消息。我正在为这个网络应用程序使用 XAMPP

I'm trying to connect MySQl and Flask but I keep getting an error. I'm using XAMPP for this web app

所以,我正在尝试将 xampp 上的 sql 数据库连接到我的 Flask 数据库。

我正在使用这个命令:

pip3 install flask-mysqldb

但我一直收到错误,它告诉我下载 Microsoft Visual C++。

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/

我下载了应用程序后再次尝试,但它根本不起作用。它仍然显示相同的错误。

你去

https://visualstudio.microsoft.com/downloads/

在底部哪里可以找到

all downloads --> Too for visual Studio 2019 你找到

Buildtools für Visual Studio 2019

安装安装程序后必须选择Desktop Delevelopment with c++

之后消息消失