Description of problem: I cant install python36 on centos 7.6 using epel repo. This problem started from Aug 10th 2019 onwards. This was working fine before 10th of Aug 2019. Version-Release number of selected component (if applicable): NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7" CentOS Linux release 7.6.1810 (Core) How reproducible: 100% Steps to Reproduce: 1.Install epel-repo #yum install epel-repo 2.Check python36 #yum --disablerepo="*" --enablerepo="epel" info python36 3. Actual results: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel: mirrors.kernel.org Error: No matching Packages to list Expected results: It was available but from Aug10th onwards i cant find python36 Additional info: Python34 is available on cento7.6 - epel repo # yum --disablerepo="*" --enablerepo="epel" info python34 Failed to set locale, defaulting to C Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel: mirrors.kernel.org Available Packages Name : python34 Arch : x86_64 Version : 3.4.10 Release : 2.el7 Size : 51 k Repo : epel/x86_64 Summary : Version 3 of the Python programming language aka Python 3000 URL : http://www.python.org/ License : Python Description : Python 3 is a new version of the language that is incompatible with the 2.x : line of releases. The language is mostly the same, but many details, especially : how built-in objects like dictionaries and strings work, have changed : considerably, and a lot of deprecated features have finally been removed.
*** This bug has been marked as a duplicate of bug 1739804 ***