अमेज़ॅन EC2 लिनक्स एएमआई
अजगर 2.7.5
यम ३.४.३
मैंने हाल ही में एक "यम अपडेट" किया था और मैं इस मुद्दे का अनुमान लगा रहा हूं। यम अब यह करता है:
# yum
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Sep 3 2013, 23:16:48)
[GCC 4.6.3 20120306 (Red Hat 4.6.3-2)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
यम faq को देखा और यम rpms के साथ खिलवाड़ और चीजों को और अधिक गड़बड़ाने के साथ सुपर आरामदायक नहीं था।
थोड़ा गुगला किया और पाया कि अजगर 2.6 में सही साइट पैकेज है और 2.7.5 नहीं है:
# rpm -ql python | grep "site-packages$"
# rpm -ql yum | grep "site-packages/yum$"
/usr/lib/python2.6/site-packages/yum
अगर मैं कोशिश करता हूं और यम को 2.6 का उपयोग करने के लिए मजबूर करता हूं तो मुझे अब यह त्रुटि मिलती है:
# yum --version
3.4.3
CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/yum/yum.conf
यकीन नहीं हो रहा है कि कैसे वापस उठो और दौड़ो ...
/etc/yum.conf
। क्या आप इस फ़ाइल से सहानुभूति रख सकते हैं /etc/yum/yum.conf
अगर यह मौजूद नहीं है?
/etc/yum/yum.conf
?