window10 python3.6下安装 scrapy
一步到位
cmd-->pip install scrapy
我安装的时候提示 Twisted安装失败,然后在这个网站https://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
下载了Twisted的whl文件,然后将这个文件放在python的scripts下,然后pip install+ (whl文件的完整文件名),最后重新pip install scrapy一下就完成了,可以cmd-->scrapy -h ,成功的话,会提示Scrapy 1.5.1 - no active project
一步到位
cmd-->pip install scrapy
我安装的时候提示 Twisted安装失败,然后在这个网站https://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
下载了Twisted的whl文件,然后将这个文件放在python的scripts下,然后pip install+ (whl文件的完整文件名),最后重新pip install scrapy一下就完成了,可以cmd-->scrapy -h ,成功的话,会提示Scrapy 1.5.1 - no active project
2018-10-16
各位老铁,我的实战课程<<python实现app数据抓取>>课程已上线,详情请戳
https://coding.m.imooc.com/classindex.html?cid=283
https://coding.m.imooc.com/classindex.html?cid=283
2018-09-20
各位老铁,我的实战课程<python实现app数据抓取>>已上线,详情请戳
https://coding.m.imooc.com/classindex.html?cid=283
https://coding.m.imooc.com/classindex.html?cid=283
2018-09-20