Utilicé sudo port install yum
para instalar el yum en mi mac (versión 10.9.3). Pero cuando ejecuté el yum, por ejemplo, yum update
, me da los errores, como:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named _rpm
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.5.6 (r256:Unversioned directory, Nov 18 2013, 16:32:46)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)]
Ya he comprobado que tengo el rpm
en mi mac, ¿alguien sabe qué módulo debo instalar?