Nenhum pacote disponível python-setuptools no centos 5.8

0

Estou executando o oracle-linux (igual ao rhel) 5.8 e estou tentando criar uma versão localizada do python, incluindo o pip e alguns módulos. 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
javadba
fonte

Respostas:

0

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

Ignacio Vazquez-Abrams
fonte