-
I am running ansible-lint on a CentOS 7 platform and upon following the installation instructions (https://ansible-lint.readthedocs.io/en/latest/installing.html), the version of ansible-lint that got installed is 4.2.0. I am also using the base python version that comes with CentOS 7, 2.7.5. This is my first installation/instance of ansible-lint in our environment, so I apologize if this comes off a bit simplistic. If I attempt to do a I see that the latest version of ansible-lint is 5.0.6. I am wondering what the requirements are for upgrading to a newer version of ansible-lint and are those requirements detailed anywhere? I am not a python person and have never used pip prior to installing ansible-lint. So this is most likely a PEBKAC issue and not understanding the bits and pieces involved. But any assistance would be appreciated. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You are trying to use a version of python that already reached EOL last year. Use pip3 instead and read the docs for full command. as you need to specify more than this. “pip” uses py27 and is also an usupported (boken) version if pip. |
Beta Was this translation helpful? Give feedback.
You are trying to use a version of python that already reached EOL last year.
Use pip3 instead and read the docs for full command. as you need to specify more than this.
“pip” uses py27 and is also an usupported (boken) version if pip.