码迷,mamicode.com
首页 > 其他好文 > 详细

scrapy 安装问题解决方法

时间:2018-08-28 21:14:21      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:scrapy   form   tps   orm   14.   文件   ref   命令   版本   

1)在python3.6上 使用python -m pip install scrapy 安装时,出现如下错误:
  

Microsoft Visual C++ 14.0 is required

2)根据搜索,先需要下载twisted 包,安装成功后,再安装scrapy
安装Twisted包来进一步安装Scrapy。
1.首先打开https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted,找到对应版本的Twisted并下载到你的文件夹。此例为Twisted?18.7.0?cp36-36m?win_amd64.whl
2.利用pip install命令安装指定存储路径下的whl文件。此例如图所示
pip install D:\Twisted-18.7.0-cp37-cp37m-win_amd64.whl
 
3) 在安装twisted 的whl文件时,发现 is notsupported for this platform .
 
4) 将下载的Twisted?18.7.0?cp36?cp36m?win_amd64.whl 更改名字,改成:Twisted?18.7.0?cp36?non-win32.whl,然后成功安装twisted
 
5) 再重新安装scrapy,成功安装

scrapy 安装问题解决方法

标签:scrapy   form   tps   orm   14.   文件   ref   命令   版本   

原文地址:https://www.cnblogs.com/clairlb-study/p/9550659.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!