সেন্টোস ৫.৮ এ পাইথন-সেটআপলগুলিতে কোনও প্যাকেজ উপলব্ধ নেই


0

আমি ওরাকল-লিনাক্স (রেলের সমান) 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

উত্তর:


0

python-setuptoolsবেস রেপোতে আছে। একটি চুক্তি কিনুন যাতে আপনার এতে অ্যাক্সেস থাকে।

আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.