32-bit python missing on RHEL 7.3 ISO
I noticed that python-libs.i686 exists on the RHEL 7.3 ISO but there is no python.i686 RPM on there. I understand that installing multiple versions of python on a system can cause problems, but I have existing applications that have python wrapped native code which is currently 32-bit only. Is there anywhere I can find the matching python.i686 RPM? (I also checked in the download section on access.redhat.com but it does not appear there either.)
Thanks.
Responses
If you really need a 32-bit EL-7 system, you might want to consider using CentOS i386 OS. CentOS does not maintain earlier releases. It is currently at 7.5. You could set up a VM and install it there. Of course it runs fine on a real machine as well. While this OS is not supported by Red Hat, you can expect a fairly good support by the CentOS community.
You can use the customer portal package browser to observe we never provided a 32-bit python.i686 for EL7, the last was the EL6 package.
I'm not sure the reason behind this, but at least can confirm there is no 32-bit Python 2 in EL7.
Python scripts are interpreted, the script itself doesn't have any knowledge of the system arch, so hopefully the libraries your Python app needs are available in 64-bit?
I do find python-libs.i686 in the EL7 channels on the package browser, eg: python-libs-2.7.5-69.el7_5.i686.rpm
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
