windows安装scrapy遇到的问题

building 'twisted.test.raiser' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

----------------------------------------
Command "D:\scrapy\venv\Scripts\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\yaya\\AppData\\Local\\Temp\\pip-install-0mfye2ox\\Twisted\\s
etup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\U
sers\yaya\AppData\Local\Temp\pip-record-xspn2bts\install-record.txt --single-version-externally-managed --compile --install-headers D:\scrapy\venv\include\site
\python3.6\Twisted" failed with error code 1 in C:\Users\yaya\AppData\Local\Temp\pip-install-0mfye2ox\Twisted\
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

 
升级 python -m pip install --upgrade pip  升级成功后在重新安装 还是报错  所以尝试着安装twisted库 (https://www.lfd.uci.edu/~gohlke/pythonlibs/)
 
 
 
原文地址:https://www.cnblogs.com/wuxiaoshi/p/9692220.html