Installing Python 3.8 on SLES 15 for Cloudera Manager 7.7.3
You must install Python 3.8 on all cluster hosts before installing Cloudera Manager and adding services to your cluster.
You can either install the standard Python 3.8 package prepackaged with the SLES 15 operating system or a custom Python 3.8 package in the default operating system location or in a custom location based on your organization's requirements. If you install Python 3.8 in a custom location, then you must point Cloudera Manager to that location either by creating a symbolic link or by adding an environment variable to the Cloudera Manager Agent systemd service definition file.
Perform the following steps on all cluster hosts:
- SSH into the host system as a root user.
- Run the following command to install Python
3.8:
zypper install python3.8
- Verify the Python version as
follows:
python3.8 -–version