python - 错误 : Setup script exited with error: command 'i586-linux-gnu-gcc' failed with exit status 1

标签 python c linux gcc honeypot

我尝试在 Linux 上使用“python setup.py install”安装 conpot。但它失败了。错误信息是 无法执行“i586-linux-gnu-gcc”:没有那个文件或目录 错误:安装脚本因错误而退出:命令“i586-linux-gnu-gcc”失败,退出状态为 1 我该如何解决?

最佳答案

看来你需要安装gcc,这样才能编译包

做任何一个

apt-get install gcc

yum install gcc

取决于您的 Linux 发行版类型

关于python - 错误 : Setup script exited with error: command 'i586-linux-gnu-gcc' failed with exit status 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35647143/

相关文章:

linux -/var 里有什么?

python - 用于在同一模块中写入和读取数据的自定义 stdout 和 stdin - Python

python - Try-Catch 异常在 OpenCV-python 中不起作用

c语句相当于mongo查询db.users.find({age {$gt : 3}}, {})

c - SPI EP93xx(带 Linux 的 TS7200 板)

c - 使用 atoi 调用获取段错误

python - numpy meshgrid 到形状多边形

python - Pyparsing、Python 3 和 Unicode 字节顺序标记

c - 在内核模块中,如何知道给定路径是文件还是目录?

c++ - 在ubuntu上用不同版本的gcc编译会产生不同的结果