I’m trying to add Extreme Workflow Composer to ST2. But error occur, error message is
“Error: Package: bwc-enterprise-2.8.1-1.x86_64 (StackStorm_enterprise) Requires: st2 >= 2.8
Error: Package: st2-auth-ldap-2.8.1-1.x86_64 (StackStorm_enterprise) Requires: st2”
ST2 is installed with DOCKER according to this guide Docker —
StackStorm 2.8.1 documentation
and when i check the ST2 version is 2.8.1 , obviouslymeets the version requirements
Error message detail :
[root@li1566-230 st2-docker]# sudo yum install -y bwc-enterprise
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
- base: mirrors.linode.com
- epel: mirror.sfo12.us.leaseweb.net
- extras: mirrors.linode.com
- updates: mirrors.linode.com
Resolving Dependencies
–> Running transaction check
—> Package bwc-enterprise.x86_64 0:2.8.1-1 will be installed
–> Processing Dependency: st2flow >= 2.8 for package: bwc-enterprise-2.8.1-1.x86_64
–> Processing Dependency: st2-auth-ldap >= 2.8 for package: bwc-enterprise-2.8.1-1.x86_64
–> Processing Dependency: st2 >= 2.8 for package: bwc-enterprise-2.8.1-1.x86_64
–> Processing Dependency: bwc-ui >= 2.8 for package: bwc-enterprise-2.8.1-1.x86_64
–> Running transaction check
—> Package bwc-enterprise.x86_64 0:2.8.1-1 will be installed
–> Processing Dependency: st2 >= 2.8 for package: bwc-enterprise-2.8.1-1.x86_64
—> Package bwc-ui.x86_64 0:2.8.1-1 will be installed
—> Package st2-auth-ldap.x86_64 0:2.8.1-1 will be installed
–> Processing Dependency: st2 for package: st2-auth-ldap-2.8.1-1.x86_64
—> Package st2flow.x86_64 0:2.8.1-1 will be installed
–> Finished Dependency Resolution
Error: Package: bwc-enterprise-2.8.1-1.x86_64 (StackStorm_enterprise)
Requires: st2 >= 2.8
Error: Package: st2-auth-ldap-2.8.1-1.x86_64 (StackStorm_enterprise)
Requires: st2
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Check ST2 version info:
[root@li1566-230 st2-docker]# docker-compose exec stackstorm bash
/usr/lib/python2.7/site-packages/requests/init.py:80: RequestsDependencyWarning:
urllib3 (1.22) or chardet (2.2.1) doesn’t match a supported version!
RequestsDependencyWarning)
root@e23f12d3bcc0:/# st2 --version
st2 2.8.1, on Python 2.7.6