Installing Python 3.8 on CentOS 7 for Hue
You must install Python 3.8 on all hosts on which you want to run the Hue service after installing Cloudera Manager and before adding the services to your cluster.
Install the necessary developer tools such as gcc and
                    make on your system.
Install the following packages before installing Python 3.8:
        - openssl-devel
 - bzip2-devel
 - libffi-devel
 - zlib-devel
 
yum install gcc openssl-devel bzip2-devel libffi-devel zlib-devel -yKey: PATH
Value: [***CUSTOM-INSTALL-PATH***]:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
