Hi Optimus_PrimeDL
This is the link to download and install the C++ Build Tools, try installing that, then restart your PC . . .
https://visualstudio.microsoft.com/visual-cpp-b...
Offline Installer:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
During the installation of python library via (pip install pyprosail), I receive an error "error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/". but I have already installed Microsoft Visual C++ 2015, 2017 redistributable but still, I got the error of Visual C++ in every system during the installation of this library. Please suggest the solution?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi Optimus_PrimeDL
This is the link to download and install the C++ Build Tools, try installing that, then restart your PC . . .
https://visualstudio.microsoft.com/visual-cpp-b...
Offline Installer:
Pip install pipwin
Thereafter try pip installing the package you're having difficulty installing. It worked for me when installing pymssql
You need to select multiple packages for install, including the Windows 10 SDK.
check my other reply to the same post, I posted a picture.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
I ran into the same issue. Were you able to solve it?