Skip to content

Instantly share code, notes, and snippets.

@justizin
Created August 5, 2014 22:41
Show Gist options
  • Save justizin/73deb3a3cdbbd8159711 to your computer and use it in GitHub Desktop.
Save justizin/73deb3a3cdbbd8159711 to your computer and use it in GitHub Desktop.
[P] [hm@andredb03 ~]$ wal-e
Traceback (most recent call last):
File "/usr/local/bin/wal-e", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: python-keystoneclient>=0.4.2
[P] [hm@andredb03 ~]$ pip list | grep keystone
python-keystoneclient (0.10.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment