Skip to content

Instantly share code, notes, and snippets.

@thesurlydev
Created March 8, 2013 20:30
Show Gist options
  • Save thesurlydev/5119605 to your computer and use it in GitHub Desktop.
Save thesurlydev/5119605 to your computer and use it in GitHub Desktop.
[shane@localhost heat]$ sudo -E bash -c 'heat-api-cfn & heat-engine &'
[shane@localhost heat]$ Traceback (most recent call last):
File "/bin/heat-engine", line 4, in <module>
import pkg_resources
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2815, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 690, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: python-novaclient
Traceback (most recent call last):
File "/bin/heat-api-cfn", line 4, in <module>
import pkg_resources
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2815, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 690, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 588, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: python-novaclient
[shane@localhost heat]$ ps aux |grep heat
shane 51931 0.0 0.0 109176 884 pts/1 S+ 15:29 0:00 grep --color=auto heat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment