首页 > 代码库 > Windows安装Scrapy遇坑解决办

Windows安装Scrapy遇坑解决办

PS: Windows真心不适合开发。且行且珍惜....

 

坑:

error: Setup script exited with error: Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat). 
Get it from http://aka.ms/vcpython27

 

 

解决方法:

Microsoft Visual C++ Compiler for Python 2.7

Windows安装Scrapy遇坑解决办