码迷,mamicode.com
首页 > 系统相关 > 详细

Linux下安装scrapy包出错

时间:2018-06-05 18:35:51      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:apt   class   ml2   man   audio   tps   gcc   出现   XML   

  • pip install -i https://pypi.douban.com/simple/ scrapy

    出现错误:

  •  error: command x86_64-linux-gnu-gcc failed with exit status 1

     

  • 将依赖包装全。
sudo apt-get install libxml2-dev libxslt1-dev python-dev
sudo apt-get install zlib1g-dev
sudo apt-get install libevent-dev
  • 再试试,好像不行。
  • sudo apt-get install portaudio19-dev python-all-dev 

    再试试,不行。

  • sudo apt-get install python3-dev

    可以了

  • 因为是Py3的虚拟环境,所以。
  • /
  • /
  • /
  • /
  • /留白

Linux下安装scrapy包出错

标签:apt   class   ml2   man   audio   tps   gcc   出现   XML   

原文地址:https://www.cnblogs.com/longbigbeard/p/9141033.html

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