美文网首页
pip install scrapy error

pip install scrapy error

作者: zhangzheming | 来源:发表于2018-09-24 18:36 被阅读0次
    pip install scrapy报错

    解决方法:下载安装twisted对应版本的whl文件,比如:我的是Twisted-17.9.0-cp36-cp36m-win_amd64.whl,cp后面是python版本,amd64代表64位

    下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted

    运行命令:

    ```

    pip install F:\python\mytool\Twisted-17.9.0-cp36-cp36m-win_amd64.whl

    ```

    其中install后面为下载的whl文件的完整路径名

    (4)安装完成后,再次运行:

    ```

    pip install Scrapy

    ```

    相关文章

      网友评论

          本文标题:pip install scrapy error

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