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.
- Set the path of the required Python version
correctly.
ln --symbolic /usr/bin/python3 /usr/bin/python
- Retry the installation by using the installation toolkit.