美文网首页
安装scrapy报错,提示error:unable to fin

安装scrapy报错,提示error:unable to fin

作者: HCZd | 来源:发表于2019-07-12 10:19 被阅读0次

win10 64安装scrapy时提示错误信息:

pip install scrapy -i https://pypi.douban.com/simple/  #使用国内豆瓣源安装scrapy
提示错误:error:unable to find vcvarsall.bat

Scrapy使用了Twisted作为框架实现异步I/O,先安装Twisted。
下载地址:
https://www.lfd.uci.edu/~gohlke/pythonlibs/

图片.png
下载好后再命令行的模式下执行:
pip install .....\ad3-2.2.1-cp37-cp37m-win_amd64.whl    #....代表包的绝对路径

Twisted包安装成功


图片.png

再次安装Scrapy

图片.png

安装成功!!!可以使用了

相关文章

网友评论

      本文标题:安装scrapy报错,提示error:unable to fin

      本文链接:https://www.haomeiwen.com/subject/thbskctx.html