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:
I tried this solution and it seems I still can't install Optimus in Jupyter notebook.
What else can I do?
This solution worked for me:
- Go to https://visualstudio.microsoft.com/downloads/ under Tools for Visual Studio 2019 download Build Tools for Visual Studio 2019 (~1MB download)
- Run and under Workload select C++ Build Tools, then under Options select MSVC v142 - VS 2019 C++ x64/x86 build tools (v 14.26) & Windows 10 SDK (10.0.17763.0) only (selects newer versions if available, +1GB download)
- Install.
Original Source: https://www.scivision.co/python-windows-visual-c-14-required
The same sort of issue happened to me, but I managed to resolve it. What I did was uninstall the c++ build tools program and reinstalled it, after that it worked for me. This was probably because the installation was corrupted at some point. Hope this helps :)
Solving. Thank,s.