У меня есть коробка rhel 6.6 с установленным на ней python 2.6. Я настроил репозиторий epel. Теперь, когда я делаю
"yum install -y cloud-utils cloud-init parted git", it gives me the following error.
--> Finished Dependency Resolution
Error: Package: python-boto-2.38.0-1.el6.noarch (epel)
Requires: python-requests
Error: Package: cloud-init-0.7.4-2.el6.noarch (epel)
Requires: python-argparse
Error: Package: cloud-init-0.7.4-2.el6.noarch (epel)
Requires: PyYAML
Error: Package: python-boto-2.38.0-1.el6.noarch (epel)
Requires: python-six
Error: Package: cloud-init-0.7.4-2.el6.noarch (epel)
Requires: python-requests
Несмотря на то, что я установил зависимые пакеты с помощью pip, я все равно получаю ту же ошибку.
FYI,
[root@rhel6-64bit yum.repos.d]# pip install requests argparse PyYAML six
Requirement already satisfied (use --upgrade to upgrade): requests in
/usr/lib/python2.6/site-packages Requirement already satisfied (use
--upgrade to upgrade): argparse in /usr/lib/python2.6/site-packages Requirement already satisfied (use --upgrade to upgrade): PyYAML in
/usr/lib64/python2.6/site-packages Requirement already satisfied (use
--upgrade to upgrade): six in /usr/lib/python2.6/site-packages
Итак, требуется ли для пакета cloud-init python 2.7 или выше. Кто-нибудь может что-то подсказать. Любая помощь будет глубоко оценена