Error message "Ansible version is 2.9.20" even though ansible 2.12.3 is installed #14482
-
I just updated my repo clone of algo to the latest commits, and now I'm getting an error when trying to run
Thing is, I have run the I even completely uninstalled ansible-core and ansible, and the same error message pops up. I'm not sure where it's finding this version of ansible. I'm on macOS Mojave 10.14.6, if that matters, with the Xcode 11.3.1 command line tools installed. I know this is a fairly old version of macOS (but don't get me started). Is this version of macOS maybe just not supported anymore? Just in case it was needed, here's the output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Algo installs its own copy of Ansible in the As I suggest here you're usually better off downloading a new copy of Algo rather than updating an old copy with A recent change to Algo caused it to require Python 3.8 or later. I don't recall what version is included in the Xcode tools you're using, but you might want to make sure the copy of |
Beta Was this translation helpful? Give feedback.
Algo installs its own copy of Ansible in the
.env
directory. Try removing that directory and re-running the commands in Step 4 of Deploy the Algo Server.As I suggest here you're usually better off downloading a new copy of Algo rather than updating an old copy with
git pull
.A recent change to Algo caused it to require Python 3.8 or later. I don't recall what version is included in the Xcode tools you're using, but you might want to make sure the copy of
python3
from Homebrew is first on your PATH.