I am trying to run conjure-up and i keep getting the following:
Traceback (most recent call last):
File "/snap/conjure-up/133/bin/conjure-up", line 11, in <module>
sys.exit(main())
File "/snap/conjure-up/133/lib/python3.6/site-packages/conjureup/app.py", line 208, in main
utils.juju_version()))
File "/snap/conjure-up/133/lib/python3.6/site-packages/conjureup/utils.py", line 129, in juju_version
raise Exception("Could not determine Juju version.")
Exception: Could not determine Juju version.
I followed the simple guidline of the documentation running the following:
sudo snap install conjure-up --classic
conjure-up
Can I get any help,
Thank you