安装Scrapy出现的问题

Scrapy 是一个为了爬取网站数据,提取结构性数据而编写的应用框架。

安装twsited过程出现问题,2.7,3.5,pycharm等等安装都不行。
在试过众多方法后,终于在一个Microsoft官方类似社区的发现了答案。

安装visualcppbuildtools_full.exe

但是出现错误提示要求安装Microsoft .NET Framework 4.5.1以上,我直接安装的是Microsoft .NET Framework 4.6,然后安装的visualcppbuildtools_full.exe。

本人window7旗舰版64位,python3.5。

C:\Users\Geek Lee\scrapypaichong>scrapy startproject tutorial
New Scrapy project 'tutorial', using template directory 'c:\\users\\geek lee\\ap
pdata\\local\\programs\\python\\python35\\lib\\site-packages\\scrapy\\templates\
\project', created in:
    C:\Users\Geek Lee\scrapypaichong\tutorial

You can start your first spider with:
    cd tutorial
    scrapy genspider example example.com

python3.5.2下成功安装scrapy的方法

你可能感兴趣的:(-----Scrapy)