美文网首页
scrapy install needs:

scrapy install needs:

作者: simba0705 | 来源:发表于2017-04-05 08:12 被阅读12次

    for scrapy with Python 3, you'll need

    sudo apt-get install python3 python-dev python3-dev \

    build-essential libssl-dev libffi-dev \libxml2-dev libxslt1-dev zlib1g-dev python-pip

    with Python 2, you'll need

    sudo apt-get install python-dev  \build-essential libssl-dev libffi-dev \libxml2-dev libxslt1-dev zlib1g-dev \python-pip

    相关文章

      网友评论

          本文标题:scrapy install needs:

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