Closed ghost closed 1 year ago
By the way, it works with CentOS 9
I've updated the README instructions to resolve this issue. Here is the gist:
the openshift package installation requires PyYAML >= 5.4.1, and if the existing PyYAML is an older version, then PyYAML's installation will fail. To overcome this issue, manually delete the exsiting PyYAML package as below (adjust the paths in the commands according to the your host environment):
rm -rf /usr/lib64/python3.6/site-packages/yaml rm -f /usr/lib64/python3.6/site-packages/PyYAML-*
Follow the updated README file, and you should not encountered this issue anymore. Thanks.
Following the instructions (on RHEL 8.6), I get an error in the pre-requisite step
pip install openshift
. I have tried with both the recommended ansible==2.10.5 and latest ansible.