Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试在 linux 上使用“python setup.py install”安装 conpot。但它失败了。错误消息无法执行“i586-linux-gnu-gcc”:没有这样的文件或目录错误:安装脚本退出并出现错误:命令“i586-linux-gnu-gcc”失败,退出状态为 1 我该如何解决?
好像需要安装gcc,这样包才能编译
做任何一个
apt-get install gcc
或者
yum install gcc
取决于你的 linux 发行版的类型