0

The above command shows up whenever I try to install the following -

pip install flask-mysqldb
pip install mysqlclient 
Suzie
  • 1

1 Answers1

0

You need to install the visual studio c++ build tools. These can be download separately from this page:

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

Navigate down to the "Tools for Visual Studio..." and select "Build Tools for Visual Studio.."

Make sure cl.exe is in your path.

Rey
  • 1