Skip to content

Instantly share code, notes, and snippets.

@n0ts
Created April 14, 2014 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n0ts/10645605 to your computer and use it in GitHub Desktop.
Save n0ts/10645605 to your computer and use it in GitHub Desktop.
tomahawk on CentOS 5
$ tomahawk -h h1 uptime
Traceback (most recent call last):
File "/usr/bin/tomahawk", line 4, in ?
from pkg_resources import require; require('tomahawk==0.7.0')
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2479, in ?
working_set.require(__requires__)
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 585, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 483, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: pexpect==2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment