I'm attempting to connect to a MySql database and use its data for some code, though when I'm using
pip install mysqlclient
it gives me an error stating:
"error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools"
This link provided does not work, though i found out the correct link and installed the build tools as well as the "Windows 10 SDK" as other posts have specified. I sadly still am getting this error.
Anyone know what is wrong? Thanks!