0

I try to use "python setup.py install"install conpot on linux. 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?

1 Answer 1

0

seems like you need to install gcc, so that the package can be compiled

do either

apt-get install gcc

or

yum install gcc

depending on the type of your linux distribution

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.