Good afternoon.
I am a beginner user and been working with simple version of ansible and worked perfectly.
I have tried to install latest version of TOWER available on yum repo to make my life easier and i was following the tutorial video and encountered a problem.
This is the error message that i am receiving and i have no idea what may be the problem. I am using CENTOS 6.5 with all updates installed and no dependencies were left behind during the installation process…
Traceback (most recent call last):
File “awx/main/tasks.py”, line 267, in run
File “awx/main/tasks.py”, line 343, in build_env
File “/usr/lib64/python2.6/distutils/version.py”, line 140, in cmp
compare = cmp(self.version, other.version)
AttributeError: StrictVersion instance has no attribute ‘version’
Any solutions???