Installation toolkit fails with Python not found error

The installation toolkit might fail due to a Python not found error.

"module_stdout": "/bin/sh: 1: /usr/libexec/platform-python: not found

The error might occur because the path of the required Python version is not set correctly.

Resolve this issue as follows.
  1. Set the path of the required Python version correctly.
    ln --symbolic /usr/bin/python3 /usr/bin/python
  2. Retry the installation by using the installation toolkit.