1. 程式人生 > >Windows10Pro環境下安裝Scrapy時報錯的解決方案。

Windows10Pro環境下安裝Scrapy時報錯的解決方案。

在使用$ pip install scrapy,命令來安裝scrapy時,cmd介面提示紅色資訊
Command "c:\users\kadsm\appdata\local\programs\python\python37\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\kadsm\\AppData\\Local\\Temp\\pip-install-gn1i0shv\\Twisted\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\kadsm\AppData\Local\Temp\pip-record-dqtyfczg\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\kadsm\AppData\Local\Temp\pip-install-gn1i0shv\Twisted\


並且該提上上邊還有個錯誤提示
(error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”: http://landinghub.visualstudio.com/visual-cpp-build-tools

這時候請安裝Microsoft Visual C++ Build Tools
下載頁面:https://blogs.msdn.microsoft.com/pythonengineering/2016/04/11/unable-to-find-vcvarsall-bat/

也可以直接使用下載地址:

https://download.microsoft.com/download/5/f/7/5f7acaeb-8363-451f-9425-68a90f98b238/visualcppbuildtools_full.exe

錯誤提示如下圖:
在這裡插入圖片描述