Import error
fpj opened this issue · 2 comments
fpj commented
Here is an error I'm getting when trying to run it:
Traceback (most recent call last):
File "bin/zk-shell", line 9, in <module>
from zk_shell.cli import CLI
File "./zk_shell/cli.py", line 13, in <module>
from .shell import Shell
File "./zk_shell/shell.py", line 39, in <module>
from kazoo.exceptions import (
ImportError: No module named kazoo.exceptions
rgs1 commented
Thanks for reporting @fpj. What python version, OS combination & install method are you using?
rgs1 commented
I documented how to run from source, so hopefully that should handle this: