Error message:
error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”: http://landinghub.visualstudio.com/visual-cpp-build-tools
Solution
# Open the link to download the whl file for the corresponding version of twisted The version I downloaded is Twisted-17.9.0-cp36-cp36m-win_amd64.whl (cp followed by python version, amd64 stands for 64-bit)
http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted
# After downloading, execute the following command.
python -m pip install E:\Twisted-17.9.0-cp36-cp36m-win_amd64.whl
# Run with the following error.
Twisted-17.9.0-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.
# After changing to another version of Twisted-17.9.0-cp36-cp36m-win32.whl, execute the following command.
python -m pip install E:\Twisted-17.9.0-cp36-cp36m-win32.whl
# After executing the previous command, the following message indicates that Twisted is successfully installed
Successfully installed Twisted-17.9.0
# Then execute the following command.
python -m pip install scrapy
This time, it can be installed successfully
Read More:
- [Solved] error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools“
- The pip installation package under Windows reports an error: Microsoft Visual C++ 9.0 is required Unable to find vcvarsall.bat
- How to Fix Microsoft SQL Server Error 1326
- QT Error: ‘C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe‘ failed
- How to Solve Maven Error: Return code is: 501 , ReasonPhrase:HTTPS Required.
- The imported project “c:\Microsoft.Cpp.Default.props” was not found
- How to Solve Microsoft.CppCommon.targets(279,5): error MSB3073
- How to Fix “initializer element is not constant” error
- How to Solve Fatal error stdatomic in C/C++ Compilation
- How to Fix win10 video dxgkrnl fatal error
- How to Fix Spoolsv.exe Application Error
- Visual Studio 2012 error C4996: ‘scanf’: This function or variable may be unsafe.
- How to Fix KeyError: ‘plotly_domain’
- How to Fix TNS 12560 Error
- How to Fix Cannot convert value of type Error
- How to Fix Common Arcpy Error
- How to Fix the printer error 0x00000709 on Windows
- How to Fix NSS error 12190 in curl accessing to HTTPS
- Solution to java.lang.IllegalArgumentException: Property’dataSource’ is required
- How to Fix Error Launching Installer WIN10