Я использую oracle-linux (аналогично rhel) 5.8 и пытаюсь создать локализованную версию python, включая pip и несколько модулей. Я скачал pip, но не могу его установить:

[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

Итак, давайте попробуем установить зависимость:

[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

1 ответ1

0

python-setuptools находится в базовом репо. Купите контракт, чтобы иметь к нему доступ.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .