首页 > 学院 > 开发设计 > 正文

安装scrapy,出现error:unalbe to find vcarsall.bat

2019-11-08 18:32:14
字体:
来源:转载
供稿:网友

安装scrapy

pip install scrapy

然后报错

error:unalbe to find vcarsall.bat

同时twisted安装失败 经探索得处理方法

pip install wheel

然后下载 Twisted‑17.1.0‑cp35‑cp35m‑win_amd64.whl 地址: http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml 然后

wheel install Twisted‑17.1.0‑cp35‑cp35m‑win_amd64.whl

成功安装twisted 然后

pip install scrapy

成功 验证

scrapy
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表