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
Try the mysqlclient package.
568 Who developed the "avformat-59.dll" that comes with FFmpeg?
577 PHP ssh2_scp_send fails to send files as intended
600 GDB gets version error when attempting to debug with the Presense SDK (IDE)
573 Understanding How to Configure Google API Key
888 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.