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

Linux下安装Twisted报错

时间:2019-05-12 10:36:46      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:2.x   必须   comm   man   原因   管理员   status   com   twisted   

想要安装Scrapy爬虫框架就必须安装Twisted
linux下安装Twisted
安装:$sudo pip install Twisted
报错:
error: Setup script exited with error: command ‘x86_64-linux-gnu-gcc‘ failed with exit status 1
原因缺少一依赖包
对于Python 2.x使用:
   $ sudo apt-get install python-dev
对于Python 2.7使用:
   $ sudo apt-get install libffi-dev
对于Python 3.x使用:
   $ sudo apt-get install python3-dev
对于Python 3.4使用:
   $ sudo apt-get install python3.4-dev
对于Python 3.5使用:
   $ sudo apt-get install python3.5-dev
对于Python 3.6使用:
   $ sudo apt-get install python3.6-dev
 ($表示普通用户,管理员用户表示#)
 
 安装完成依赖包,就可以安装了。

Linux下安装Twisted报错

标签:2.x   必须   comm   man   原因   管理员   status   com   twisted   

原文地址:https://www.cnblogs.com/lv007/p/10851042.html

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