When installing MySQL-python with pip, cl.exe error

Asked 1 years ago, Updated 1 years ago, 86 views

I am practicing API implementation using python 3.6 and flask framework in Windows 10. In the process of installing the MySQL-python module to work with mysql, cl.The error exe could not be found. As a result of googling, I got an answer that the path of the cl.exe file of MS Visual Studio should be added to the environmental variable You added the path C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin to the environment variable Path. However, after adding it, the MySQL-python installation results (even after rebooting) make the error that the cl.exe file could not be found. Please advise if you have experienced the same thing or if you know any other solutions.

python3 flask mysql cl.exe

2022-09-21 22:05

1 Answers

Try the mysqlclient package.


2022-09-21 22:05

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.