简体   繁体   中英

RPM Installation dependency error

I am attempting to install StackStorm on a RHEL6 environment since I was encountering issues with their deployment script. I believe I got all the required software installed but have been encountering issues trying to install the actual StackStorm packages. All my commands are run with the sudo prefix as the root user.

Ex command:

sudo rpm -i st2common-0.11.0-6.noarch.rpm

Output:

error: Failed dependencies:
    python(abi) = 2.7 is needed by st2common-0.11.0-6.noarch

Here is the resource I am using: http://docs.stackstorm.com/install/rpm.html

How can I resolve this dependency error and update python?

Thanks!

您可以使用yum完成。

    yum localinstall st2common-0.11.0-6.noarch.rpm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM