আমি ওরাকল-লিনাক্স (রেলের সমান) 5.8 চালাচ্ছি এবং পাইপ এবং কয়েকটি মডিউল সহ পাইথনের স্থানীয় সংস্করণ তৈরি করার চেষ্টা করছি। আমি পাইপ ডাউনলোড করেছি তবে এটি ইনস্টল করতে অক্ষম:
[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