st2docs icon indicating copy to clipboard operation
st2docs copied to clipboard

Quick Install on Centos 7 - Missing tools

Open HankTheCrank opened this issue 5 years ago • 2 comments

Hi,

I just installed the quick install method but found that a lot of the packs were failing to install. It looks like this line from the source install procedures will solve the issues:

yum install python-pip python-virtualenv python-tox gcc-c++ git-all screen icu libicu libicu-devel openssl-devel

HankTheCrank avatar Apr 30 '20 02:04 HankTheCrank

Thanks for reporting this. Can you let us know what the exact install /command you used?

And what packs are failing?

punkrokk avatar Apr 30 '20 03:04 punkrokk

@HankTheCrank As @punkrokk noted, please report the exact error message you're seeing.


Some of the packs rely on libraries that are not shipped with the default OS distribution. For example, Ansible may need gcc and krb5-devel, according to https://github.com/stackstorm-exchange/stackstorm-ansible#requirements, salt requires libssl-dev, swig https://github.com/stackstorm-exchange/stackstorm-salt#requirements, while others may require their specific dependencies like binaries or libs.

To keep StackStorm core engine minimal, we can't include external dependencies like gcc, build-essential and others just because some of the external packs (that may be used or not) need that.

It's up to pack maintainers to list the OS-level requirements and user responsibility to install them manually as StackStorm can't handle these dependencies.

See https://github.com/StackStorm/st2-packages/issues/241 for more context which was raised before.

arm4b avatar Apr 30 '20 11:04 arm4b