Hello,
This is my first time posting to the list adn I've run into a problem trying to install python-2.6.6-51.el6.i686 on my x86_64 bit system, which I updated to CentOS 6.5 this evening. I receive the following error:
error: Failed dependencies: libpython2.6.so.1.0 is needed by python-2.6.6-51.el6.i686 python-libs(x86-32) = 2.6.6-51.el6 is needed by python-2.6.6-51.el6.i686 libpython2.6.so.1.0 is needed by python-devel-2.6.6-51.el6.i686
Now I've downloaded the python and python-devel i686 versions from a mirror and tried to install locally with 'sudo rpm -Uvh python-2.6.6-51.el6.i686 python-devel-2.6.6-51.el6.i686', but I always receive the same error.
I tried 'sudo yum install python-2.6.6-51.el6.i686 python-devel-2.6.6-51.el6.i686 with again the same error.
Brian Bernard
On Sun, Dec 1, 2013 at 6:59 PM, Brian Bernard brian.brianbernard@gmail.com wrote:
Hello,
This is my first time posting to the list adn I've run into a problem trying to install python-2.6.6-51.el6.i686 on my x86_64 bit system, which I updated to CentOS 6.5 this evening. I receive the following error:
error: Failed dependencies: libpython2.6.so.1.0 is needed by python-2.6.6-51.el6.i686 python-libs(x86-32) = 2.6.6-51.el6 is needed by python-2.6.6-51.el6.i686 libpython2.6.so.1.0 is needed by python-devel-2.6.6-51.el6.i686
Up to CentOS 6.4, python.i686 was included in the x86_64 tree. This is not the case with CentOS 6.5, thus the error. [By the way, RHEL 6.5 does not have python.i686 in the x86_64 repo.]
Now I've downloaded the python and python-devel i686 versions from a mirror and tried to install locally with 'sudo rpm -Uvh python-2.6.6-51.el6.i686 python-devel-2.6.6-51.el6.i686', but I always receive the same error.
If you include python-libs.i686 in the mix, it may go further.
Akemi
Hi Akemi,
Installing python-libs along with python and python-devel worked after first installing the i686 versions of gdbm and libffi.
Thank you for your assistance.
Brian Bernard On Dec 1, 2013 10:59 PM, "Akemi Yagi" amyagi@gmail.com wrote:
On Sun, Dec 1, 2013 at 6:59 PM, Brian Bernard brian.brianbernard@gmail.com wrote:
Hello,
This is my first time posting to the list adn I've run into a problem trying to install python-2.6.6-51.el6.i686 on my x86_64 bit system,
which I
updated to CentOS 6.5 this evening. I receive the following error:
error: Failed dependencies: libpython2.6.so.1.0 is needed by python-2.6.6-51.el6.i686 python-libs(x86-32) = 2.6.6-51.el6 is needed by
python-2.6.6-51.el6.i686
libpython2.6.so.1.0 is needed by python-devel-2.6.6-51.el6.i686
Up to CentOS 6.4, python.i686 was included in the x86_64 tree. This is not the case with CentOS 6.5, thus the error. [By the way, RHEL 6.5 does not have python.i686 in the x86_64 repo.]
Now I've downloaded the python and python-devel i686 versions from a
mirror
and tried to install locally with 'sudo rpm -Uvh python-2.6.6-51.el6.i686 python-devel-2.6.6-51.el6.i686', but I always receive the same error.
If you include python-libs.i686 in the mix, it may go further.
Akemi _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi,
I was trying to update CentOS 6.4 to 6.5,and the yum updated failed with the following information. --> Processing Conflict: python-devel-2.6.6-51.el6.x86_64 conflicts python < 2.6.6-51.el6 --> Finished Dependency Resolution Error: python-devel conflicts with python-2.6.6-37.el6_4.i686 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles –nodigest
How can we have both 32 bit and 64 bit python devel on 64 bit machine.
Thank you mag3690
-- View this message in context: http://centos.1050465.n5.nabble.com/CentOS-Can-t-install-Python-i686-on-x86-... Sent from the CentOS mailing list archive at Nabble.com.
From: mag3690 mag3690@gmail.com
I was trying to update CentOS 6.4 to 6.5,and the yum updated failed with the following information. --> Processing Conflict: python-devel-2.6.6-51.el6.x86_64 conflicts python < 2.6.6-51.el6 --> Finished Dependency Resolution Error: python-devel conflicts with python-2.6.6-37.el6_4.i686 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles –nodigest
How can we have both 32 bit and 64 bit python devel on 64 bit machine.
Where does that python-2.6.6-37.el6_4.i686 package come from...? Scientific Linux?
JD
yum info python Loaded plugins: fastestmirror, security, versionlock Loading mirror speeds from cached hostfile Installed Packages Name : python Arch : x86_64 Version : 2.6.6 Release : 51.el6 Size : 78 k Repo : installed
From repo : anaconda-CentOS-201311291202.x86_64
Summary : An interpreted, interactive, object-oriented programming language URL : http://www.python.org/ License : Python Description : Python is an interpreted, interactive, object-oriented programming : language often compared to Tcl, Perl, Scheme or Java. Python includes : modules, classes, exceptions, very high level dynamic data types and : dynamic typing. Python supports interfaces to many system calls and : libraries, as well as to various windowing systems (X11, Motif, Tk, : Mac and MFC). : : Programmers can write new built-in modules for Python in C or C++. : Python can be used as an extension language for applications that need : a programmable interface. : : Note that documentation for Python is provided in the python-docs : package. : : This package provides the "python" executable; most of the actual : implementation is within the "python-libs" package.
Available Packages Name : python Arch : i686 Version : 2.6.6 Release : 37.el6_4 Size : 4.8 M Repo : updates Summary : An interpreted, interactive, object-oriented programming language URL : http://www.python.org/ License : Python Description : Python is an interpreted, interactive, object-oriented programming : language often compared to Tcl, Perl, Scheme or Java. Python includes : modules, classes, exceptions, very high level dynamic data types and : dynamic typing. Python supports interfaces to many system calls and : libraries, as well as to various windowing systems (X11, Motif, Tk, : Mac and MFC). : : Programmers can write new built-in modules for Python in C or C++. : Python can be used as an extension language for applications that need : a programmable interface. This package contains most of the standard : Python modules, as well as modules for interfacing to the Tix widget : set for Tk and RPM. : : Note that documentation for Python is provided in the python-docs : package.
-- View this message in context: http://centos.1050465.n5.nabble.com/CentOS-Can-t-install-Python-i686-on-x86-... Sent from the CentOS mailing list archive at Nabble.com.
On Wed, Jan 22, 2014 at 4:44 PM, mag3690 mag3690@gmail.com wrote:
Hi,
I was trying to update CentOS 6.4 to 6.5,and the yum updated failed with the following information. --> Processing Conflict: python-devel-2.6.6-51.el6.x86_64 conflicts python < 2.6.6-51.el6 --> Finished Dependency Resolution Error: python-devel conflicts with python-2.6.6-37.el6_4.i686 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles –nodigest
How can we have both 32 bit and 64 bit python devel on 64 bit machine.
Here is a description from the Release Notes for CentOS 6.5:
"There may be some i686 RPMs that are no longer available on the x86_64 media. If you have any of the following i686 RPMs installed on your x86_64 system, please remove the i686 RPMs before attempting to upgrade: dovecot-devel, evolution-mapi, evolution-mapi-devel, iscsi-initiator-utils, iscsi-initiator-utils-devel, openchange, openchange-devel, boost-*, python.i686."
Just remove python.i686 and yum should work again.
Akemi