Python 26 pkg faltando no CentOS 5

1

Obtenção de erro ao acessar: ---

--> 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
    
por Ramish 09.12.2015 / 14:15

1 resposta

1

Você precisa instalar / ativar o SCL .

Enter Software Collections, also known as SCLs. As an example, SCLs allow you to run the default python that comes with CentOS (so yum and other system tools in CentOS work), while also allowing a newer version of python to be installed alongside the default python for use creating and running software with newer requirements.

Neste repo você pode encontrar versões mais recentes para ferramentas de desenvolvimento. . O SCL inclui os seguintes pacotes:

  • Ruby 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)
por 09.12.2015 / 14:23