Nenhum pacote disponível python-setuptools on centos 5.8

0

Estou executando o oracle-linux (mesmo que o rhel) 5.8 e estou tentando criar uma versão localizada do python incluindo pip e alguns módulos. Eu fiz o download do pip, mas não consigo instalá-lo:

[root@oracle-linux Python-2.7.5]# yum -y install python-setuptools python-pip
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
ULN support will be disabled.
epel                                                     | 3.6 kB     00:00     
Setting up Install Process
No package python-setuptools available.
Resolving Dependencies
--> Running transaction check
---> Package python-pip.noarch 0:0.8-1.el5 set to be updated
--> Processing Dependency: python-setuptools for package: python-pip
--> Finished Dependency Resolution
python-pip-0.8-1.el5.noarch from epel has depsolving problems
  --> Missing Dependency: python-setuptools is needed by package python-pip-0.8-1.el5.noarch (epel)
Error: Missing Dependency: python-setuptools is needed by package python-pip-0.8-1.el5.noarch (epel)
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest

Então, vamos tentar instalar a dependência:

[root@oracle-linux Python-2.7.5]# yum install -y python-setuptools
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
ULN support will be disabled.
Setting up Install Process
No package python-setuptools available.
Nothing to do
    
por javadba 22.10.2013 / 18:20

1 resposta

0

python-setuptools está no repositório base. Compre um contrato para ter acesso a ele.

    
por 22.10.2013 / 18:25