jitsu throws import error - can't figure out why

juju already installed and running with juju-gui on my MAAS local cloud. can't figure why jitsu can't start:

root@maas:~# jitsu
Traceback (most recent call last): File "/usr/bin/jitsu", line 23, in <module> from juju.control import JujuFormatter
ImportError: No module named juju.control

1 Answer

OK - solved - found out jitsu is not supported with juju-core. used 'juju deploy --to' for my purpose..

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like