window 安装scrapy
Posted maoyq
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了window 安装scrapy相关的知识,希望对你有一定的参考价值。
Windows安装scrapy
稍微有点麻烦
pip install scrapy
需要依赖的库通过log都可以解决,但是卡在了twisted上面,报错显示:
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
无奈,百度之,得知需要自己下载twisted 的whl文件,自己本地安装
根据教程访问那个网站,无奈墙太高,那个网站半天不回应,卡了好久,结果转头继续找
http://fstab.net/pypi/simple/twisted/
找到这个网站,OK啦,啊哈哈哈哈
找到适合你的python版本的文件,下载之
打开cmd ,cd到文件所在目录,pip install xxxxxxx.whl
哈哈哈哈,然后twisted就安装好了
然后 pip install scrapy
就OK了
以上是关于window 安装scrapy的主要内容,如果未能解决你的问题,请参考以下文章
如何安装PostgreSQL 9.2.4 For Windows
如何安装PostgreSQL 9.2.4 For Windows