murano-agent requires Python '>=3.6' but the running Python is 2.7.17
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
New
|
Undecided
|
Unassigned |
Bug Description
I have installed disk-image-create, and then I run
$ git clone https:/
$ export ELEMENTS_
$ export DIB_CLOUD_
$ disk-image-create vm ubuntu murano-agent -o ubuntu-
but it give the error:
2021-04-20 05:35:54.721 | Processing /opt/stack/
2021-04-20 05:35:57.543 | murano-agent requires Python '>=3.6' but the running Python is 2.7.17
2021-04-20 05:35:57.809 | Unmount /tmp/dib_
2021-04-20 05:35:57.824 | Unmount /tmp/dib_
2021-04-20 05:35:57.840 | Unmount /tmp/dib_
2021-04-20 05:35:57.854 | Unmount /tmp/dib_
2021-04-20 05:35:57.864 | Unmount /tmp/dib_
2021-04-20 05:35:57.874 | Unmount /tmp/dib_
2021-04-20 05:35:58.100 | INFO diskimage_
I run these under a virtual machine, and I do not have python2.7 installed, the python version is:
~$ python --version
Python 3.8.5
I have tried "alias python=python3" but without luck. Please help me with this problem, thanks!