简体   繁体   English

错误:安装脚本退出,并显示错误:命令'i586-linux-gnu-gcc'失败,退出状态为1

[英]error: Setup script exited with error: command 'i586-linux-gnu-gcc' failed with exit status 1

I try to use "python setup.py install"install conpot on linux. 我尝试在Linux上使用“ python setup.py install”安装程序。 But it failed. 但是失败了。 error message is unable to execute 'i586-linux-gnu-gcc': No such file or directory error: Setup script exited with error: command 'i586-linux-gnu-gcc' failed with exit status 1 how can I solve it? 错误消息无法执行'i586-linux-gnu-gcc':无此类文件或目录错误:安装脚本退出,错误:命令'i586-linux-gnu-gcc'失败,退出状态1我该如何解决?

seems like you need to install gcc, so that the package can be compiled 似乎您需要安装gcc,以便可以编译软件包

do either 要么做

apt-get install gcc

or 要么

yum install gcc

depending on the type of your linux distribution 取决于您的Linux发行版的类型

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Kerberos 安装错误,错误:安装脚本退出并出现错误:命令“i686-linux-gnu-gcc”失败,退出状态为 1 - Kerberos installation error, error: Setup script exited with error: command 'i686-linux-gnu-gcc' failed with exit status 1 安装脚本退出并出现错误:命令“x86_64-linux-gnu-gcc”失败,退出状态为 1 - setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 PyXML Ubuntu 13.1,错误:安装脚本退出,错误:命令“ x86_64-linux-gnu-gcc”失败,退出状态为1 - PyXML Ubuntu 13.1, error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 安装Pillow错误:安装脚本退出并显示错误:命令'x86_64-linux-gnu-gcc'失败,退出状态为1 - Installing Pillow error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 错误:安装脚本退出并显示错误:命令“ gcc”失败,退出状态为1 - error: Setup script exited with error: command 'gcc' failed with exit status 1 Taiga'i586-linux-gnu-gcc':没有这样的文件或目录 - Taiga 'i586-linux-gnu-gcc': No such file or directory 安装matplotlib,错误:安装脚本退出并显示错误:命令'gcc'失败,退出状态为1 - installing matplotlib, error: Setup script exited with error: command 'gcc' failed with exit status 1 python install zbar 错误:安装脚本退出并出现错误:命令“gcc”失败,退出状态为 1 - python install zbar error: Setup script exited with error: command 'gcc' failed with exit status 1 easy_install pyzmq,cygwin。 错误:安装脚本退出并显示错误:命令“ gcc”失败,退出状态为1 - easy_install pyzmq, cygwin. error: Setup script exited with error: command 'gcc' failed with exit status 1 当我easy_install greenlet我得到“错误:安装脚本退出时出现错误:命令'gcc'失败,退出状态为1” - when i easy_install greenlet i got “error: Setup script exited with error: command 'gcc' failed with exit status 1 ”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM