yum无法安装软件(python版本问题)

遇到如下问题:

[[email protected] yum.repos.d]# yum repolist

There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:

libxml2.so.2: cannot open shared object file: No such file or directory

Please install a package which provides this module, or verify that the module is installed correctly.

It's possible that the above module doesn't match the current version of Python, which is: 2.6.6 (r266:84292, Oct 12 2012, 14:23:48)

[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)]

If you cannot solve this problem yourself, please go to the yum faq at:  http://yum.baseurl.org/wiki/Faq

原文地址:http://blog.51cto.com/sf1314/2062329

时间: 2024-10-13 23:39:17

yum无法安装软件(python版本问题)的相关文章

【OS_Linux】yum命令安装软件

1.YUM的简介 Yum(全称为 Yellow dog Updater, Modified)是一个rpm软件包管理器.它能够从指定的服务器上自动下载RPM包并安装,可以自动处理包之间的依赖性关系,并且一次性安装所有依赖的软件包,无须繁琐地一次次下载.安装. 2.YUM的分类 YUM服务端:服务端存放着各种rpm软件包,也称之为yum仓库或yum源.yum仓库分为网络yum仓库和本地yum仓库.若为网络yum仓库则需连网才能使用yum命令安装软件,若为本地yum仓库无需联网便可安装软件. YUM客

windows 如何将安装Anaconda之前已经安装的python版本(中已安装的库)移动到 Anaconda中

题目]如何将安装Anaconda之前已经安装的python版本(中已安装的库)移动到 Anaconda中 一.概述 之前安装tensorflow的安装了anaconda并用它进行安装,anaconda安装后里面也带有一个python的版本,之后我发现在cmd中运行时使用的的原来的python版本,并且此版本的python与anaconda中的是相互隔离的,我在原有的python下安装的库,激活tensorflow后是没有的. 所以就想将两个python版本进行合并. 在网上查找了好久,保留原有p

Pycharm选择pyenv安装的Python版本

在macOS上使用pyenv实现Python多版本共存后,pyenv安装的Python版本存在于macOS下的 ~/.pyenv/versions/下. 在Pycharm时,选择此目录下对应的版本即可. 具体操作步骤(以macOS版本为例): Pycharm -> Preferences -> Project -> Project Interpreter -> Add Local 添加本地路径~/.pyenv/versions/,选择对应的版本.

SaltStack安装时python版本冲突导致安装失败

yum -y install salt-master 安装时,出现以下报错: file /usr/lib64/python2.6/zipfile.pyc from install of python-libs-2.6.6-66.el6_8.x86_64 conflicts with file from package python-2.6.6-36.el6.x86_64 file /usr/lib64/python2.6/zipfile.pyo from install of python-li

linux 使用yum命令安装软件时出现HTTP Error 404 NOT FOUND错误的解决办法

在centos7 的环境下,使用yum install openssh-server 安装SSH时,在下载的过程中一直(软件安装包连接)提示HTTP error 404 NOT FOUND 错误: 将软件安装安装包连接网址复制到win下,可以正常访问下载: yum查找软件包依赖时使用的是过时的缓存,清空更新之后,再次安装软件,问题消失, 使用命令:yum clean all

ansible的playbook进行yum批量安装nginx最新版本

环境:centos7 版本:nginx最新版本 软件:  ansible 作用: 进行批量执行不同机器上,进行安装nginx版本 检查脚本是否正确: [root@ansible-test ansible-yaml]# ansible-playbook  --syntax-check  nginx.yml 进行执行: [root@ansible-test ansible-yaml]# ansible-playbook nginx.yml 具体脚本 [root@ansible-test ansibl

rac_安装软件时报版本过高问题

原创作品,出自 "深蓝的blog" 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任. 深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/40457129 环境:CentOS5.6 64bit.Oracle11G11.2.0.4.0.Oracle11G11.2.0.1.0.linux.x64_11gR2_grid.zip 搭建rac时,在安装oracle软件时报错了,因为版本问题,无法安装oracle软件,

安装哪个python版本比较好

四.电脑是32位选择第一个,64为选择第二个 原文地址:https://www.cnblogs.com/fengzifengfeng/p/10714174.html

yum命令安装软件

原文地址:https://www.cnblogs.com/King-boy/p/10920939.html