Hi,
I installed StackStorm on RedHat7. But, when downloading packs through the command line, I get the following error for all packs
Pack “xxx” requires Python 3.x, but current Python version is “2.7.5”. You can override this restriction by providing the “force” flag, but the pack is not guaranteed to work
However, if I specify st2 pack install xxx --python3, it installs fine. This prevents me from installing packs through the GUI. I was wondering if anyone is facing the same problem and has a solution. I have both python 2.7 and python 3.6 installed.