You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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
The text was updated successfully, but these errors were encountered: