Installation of AWX using Ansible fails with error – “Unable to load docker-compose. Try `pip install docker-compose`, ImportError: No module named zipp, ImportError: No module named configparser
Recently while I was trying to install AWX using Ansible I came across below error on Centos. While this error was referring to missing pip package “docker-compose”, but when I tried to install the same it gave below error stating that it’s already installed. After trying multiple solutions […]