简体   繁体   English

在64位Fedora上安装32位Python

[英]Installing 32 bit Python on 64 bit Fedora

I have done a lot of digging and I can't seem to get any solutions to work. 我已经做了很多挖掘工作,但似乎无法获得任何解决方案。 The one that looks the most promising is this one starting from "32 bit Python". 看起来最有前途的一个是从“ 32位Python”开始的。 However when I run the yum install command listed there I get 但是,当我运行列出的yum install命令时,我得到了

Error:  Multilib version problems found. This often means that the root
       cause is something else and multilib version checking is just
       pointing out that there is a problem. Eg.:

         1. You have an upgrade for glibc which is missing some
            dependency that another package requires. Yum is trying to
            solve this by installing an older version of glibc of the
            different architecture. If you exclude the bad architecture
            yum will tell you what the root cause is (which package
            requires what). You can try redoing the upgrade with
            --exclude glibc.otherarch ... this should give you an error
            message showing the root cause of the problem.

         2. You have multiple architectures of glibc installed, but
            yum can only see an upgrade for one of those architectures.
            If you don't want/need both architectures anymore then you
            can remove the one with the missing update and everything
            will work.

         3. You have duplicate versions of glibc installed already.
            You can use "yum check" to get yum show these errors.

       ...you can also use --setopt=protected_multilib=false to remove
       this checking, however this is almost never the correct thing to
       do as something else is very likely to go wrong (often causing
       much more problems).

       Protected multilib versions: glibc-2.18-11.fc20.i686 != glibc-2.18-12.fc20.x86_64
Error: Protected multilib versions: glibc-headers-2.18-11.fc20.i686 != glibc-headers-2.18-12.fc20.x86_64
Error: Protected multilib versions: glibc-common-2.18-11.fc20.i686 != glibc-common-2.18-12.fc20.x86_64

Does anyone know how to get 32 bit Python installed on a 64 bit machine? 有谁知道如何在64位计算机上安装32位Python? This is mainly to just get some Vim plugins to work properly (require 32 bit python). 这主要是为了使一些Vim插件正常工作(需要32位python)。

Thanks 谢谢

问题是您已经为libc common安装了64位库和开发头-您需要安装32位(i686)版本的yum或其他软件包管理器,应让您指定需要该版本-或者可以下载该特定程序包在此处为rpm。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM