CentOS 5 中缺少 Python 26 pkg

CentOS 5 中缺少 Python 26 pkg

访问时出现以下错误:---

--> Missing Dependency: python26 is needed by package ambari-server-1.2.3.7-1.noarch (Updates-ambari-1.2.3.7) Error: Missing
Dependency: python26 is needed by package
ambari-server-1.2.3.7-1.noarch (Updates-ambari-1.2.3.7)  You could try
using --skip-broken to work around the problem



[email protected]:/etc/yum.repos.d# yumn info python 
Loaded plugins: fastestmirror, security Loading mirror
speeds from cached hostfile  
* base: ftp.uci.edu 
* extras: ftp.uci.edu  
* updates: centos.aol.com 
Installed Packages 
Name              : python 
Arch              : x86_64 
Version           : 2.4.3 
Release           : 56.el5 
Size              : 73 k 
Repo              : installed 
Summary           : An interpreted, interactive, object-oriented programming language. 
URL               : http://www.python.org/ 
License           : PSF - see LICENSE

答案1

您必须安装/启用SCL

输入软件集合,也称为 SCL。例如,SCL 允许您运行 CentOS 附带的默认 Python(因此 CentOS 中的 yum 和其他系统工具可以工作),同时还允许与默认 Python 一起安装较新版本的 Python,以用于创建和运行软件较新的要求。

在此存储库中,您可以找到更新的开发工具版本。 。 SCL 包括以下软件包:

  • 红宝石 1.9.3 (ruby193)
  • Python 2.7(python27)
  • Python 3.3(python33)
  • PHP 5.4 (php54)
  • Perl 5.16.3 (perl516)
  • Node.js 0.10 (nodejs010)
  • MariaDB 5.5 (mariadb55)
  • MySQL 5.5(mysql55)
  • PostgreSQL 9.2 (postgresql92)

相关内容