Installing Python 3.10 standard package on SLES 15 SP4

For CDP Runtime 7.1.9 SP1, Cloudera Manager agents and Hue require Python 3.10 on SLES 15 SP4. You must install Python 3.10 on all cluster hosts before installing Cloudera Manager and adding services to your cluster. Follow the instructions in this topic to install the standard Python 3.10 packages in a standard location on SLES 15 SP4.

  1. SSH into the host system as a root user.
  2. Ensure the SLE-Module-Python3-15-SP4-Updates repository is present in the system before installing Python 3.10.
  3. Install Python 3.10 by running the following command:
    sudo zypper install python310 python310-devel
  4. Verify the Python version as follows:
    python3.10 -–version
Install the psycopg2-binary package
Install the psycopg2-binary package after installing Python 3.10 for using PostgreSQL as a backend database for Hue.