I'm trying to get the heat-client up and running on my Ubuntu 14.04 machine. I've followed instructions from:
But when I enter heat stack-list to test I receive the following error:
Traceback (most recent call last):
File "/usr/local/bin/heat", line 7, in <module>
from heatclient.shell import main
File "/usr/local/lib/python2.7/dist-packages/heatclient/shell.py", line 26, in <module>
from oslo.utils import encodeutils
ImportError: No module named utils
I've tried re-installing python2.7-dev, re-installed setup utilities, checked that my ~/.profile had:
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"