我无法找到有关我遇到的问题的任何信息。 在尝试yum安装php-pear时(实际上运行yum)我遇到了这个问题:
导入其中一个Python模块时出现问题 要跑yum。导致此问题的错误是:
cannot import name canCoinstall
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.4.3 (#1, Nov 11 2010, 13:34:43)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://wiki.linux.duke.edu/YumFaq
如上所述 - 与模块canCoinstall有关。有谁知道我怎么解决这个问题?
答案 0 :(得分:2)
将yum中的python版本更改为更低版本, 例如:/ etc / bin / yum
变化
#!/usr/bin/python
到
#!/usr/bin/python2.4