Quick workaround would be to downgrade the python-2.7.5. I noticed this bug when using python-2.7.5 > 39.
Packages
1. python-libs-2.7.5
2. python-2.7.5
3. python-devel-2.7.5
Steps:
yum list --show-duplicates python-2.7.5 (and see version <= 39 listed) ç find out the available list of python packages <= 39 version
mkdir /tmp/python-packages && cd /tmp/python-packages ç temp dir
yumdownloader python-libs-<version> python-<version> python-devel-<version> ç downloads these three rpms to the cwd
rpm -Uvh *.rpm ç downgrades these three rpms
Note: if yumdownloader command is not available, “yum -y install yum-utils” will help.
From Nagendra:
Quick workaround would be to downgrade the python-2.7.5. I noticed this bug when using python-2.7.5 > 39.
Packages packages && cd /tmp/python- packages ç temp dir libs-<version> python-<version> python- devel-< version> ç downloads these three rpms to the cwd
1. python-libs-2.7.5
2. python-2.7.5
3. python-devel-2.7.5
Steps:
yum list --show-duplicates python-2.7.5 (and see version <= 39 listed) ç find out the available list of python packages <= 39 version
mkdir /tmp/python-
yumdownloader python-
rpm -Uvh *.rpm ç downgrades these three rpms
Note: if yumdownloader command is not available, “yum -y install yum-utils” will help.