Hi all I was trying to build cloudstack from source but it fails to build the Apache CloudStack marvin 4.17.0.0 pom.
This is the error produced: [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (package) on project cloud-marvin: Command execution failed.: Cannot run program "python" (in directory "/Users/neog/acs/cloudstack/tools/marvin"): error=2, No such file or directory But the directory exists and I’ve edited my sudoers file to grant cloudstack root access. Previously, the build was failing at apidoc pom where ‘python’ was not recognised by maven even after setting alias for python=python3 and it works flawlessly elsewhere. I fixed it by editing out all python occurrences to python3 in tools/apidoc/build-apidoc.sh Environment: OS name: "mac os x” version: “12.4" arch: “aarch64" family: "mac"