Microsoft Visual C + + 14.0 is required problem resolution
Pip Install pymssql Error:
Error:microsoft Visual C + + 14.0 is required. Get it with "Microsoft Visual C + + Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
Method 1
No matter what library you install, the method is the same.
- Manually download the WHL file
Click here to search for the library you want to download.
Which one does it download?
CP followed by Python version, please correspond to your Python version
Win32-only the default 32-bit
AMD refers to a computer processor that is AMD, without the ability to understand the Intel processor
- Execute pip install xxx again
> PIP3 Install C:\Users\chenjun\Desktop\pymssql-2.1.3-cp36-cp36m-
Win32.whl
Method 2
Because the hint requires C + + 14.0, download 14.0.
- Click here to enter the download.
- Decompression installation (may take time to compare)
- Execute pip install xx again after installation
Microsoft Visual C + + 14.0 is required problem resolution