美文网首页
Scrapy安装教程

Scrapy安装教程

作者: 鲸随浪起 | 来源:发表于2018-11-04 14:00 被阅读0次

    Scrapy框架

    scrapy安装

    登陆http://www.lfd.uci.edu/~gohlke/pythonlibs/
    Ctrl+F搜索Lxml、Twisted、Scrapy,下载对应的版本

    1.在cmd中安装

    #1.安装wheel
    pip3 install whell
    
    #2.安装下载好的lxml
    pip3 install lxml-4.2.3-cp36-cp36m-win_amd64.whl
    
    #3.安装Twisted
    pip3 install Twisted-18.7.0-cp36-cp36m-win_amd64.whl
    
    #4.安装Scrapy
    pip3 install Scrapy-1.5.1-py2.py3-none-any.whl
    

    2.在安装pywin32

    下载地址:https://github.com/mhammond/pywin32/releases
    安装对应版本的pywin32就OK了

    2018.10.30通过上面方法安装成功

    转自:https://www.jb51.net/article/128885.htm

    相关文章

      网友评论

          本文标题:Scrapy安装教程

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