Installing Python 3.8 on Ubuntu 18 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:
- build-essential
- zlib1g-dev
- libssl-dev
- libffi-dev
- libbz2-dev
sudo apt install -y build-essential zlib1g-dev libssl-dev libffi-dev libbz2-dev
Key: PATH
Value: [***CUSTOM-INSTALL-PATH***]:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin