I also needed to yum install python-importlib, as well as fix the file permissions on the files added by pip to site-packages.
However, now I'm running into a version conflict with the stevedore package. python-keystoneclient wants stevedore >= 1.16.0, but stevedore 1.10+ doesn't support Python 2.6. ~Rich On Friday, September 23, 2016 at 11:29:55 AM UTC-4, Richard Eggert wrote: > > I installed Ansible using yum on CentOS 6.8 via a corporate mirror of > EPEL. However, when I attempted to use the os_server module to interact > with the OpenStack API, it failed saying that "shade" is required. When I > went to install Shade via Yum, I discovered to my horror and dismay that > Shade (python-shade) is not available from EPEL, making it impossible to > install via Yum. I attempted to install it via pip but quickly fell into > the ninth circle of Python Dependency Hell. > > How could Ansible be available via EPEL while not also making available > one of the libraries that a module it ships with depends upon? Was this an > oversight? > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/588cef96-db16-4764-a089-d399c2dcd5f1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
