Issue with installation: 5. Checking Python ... python 2 required, could not be found.
Closed this issue · 1 comments
lslamp commented
Greetings People,
I have Ubuntu 24.04.1 LTS install running nginx version: nginx/1.24.0 (Ubuntu)
I downloaded the install.sh script to install Amplify, but when I try to run the script I get the following error.
--- This script will install the NGINX Amplify Agent package ---
- Checking admin user ... root, ok.
- Checking API key ... using 9f61abe71fe1650a07c8822a78103100
- Checking if uuid should be stored in the config ... False
- Checking OS compatibility ... ubuntu detected.
- Checking Python ... python 2 required, could not be found.
Please check and install Python package:
apt-cache pkgnames | grep python2.7
apt-get install python2.7
Do I have to install an older version of python to install Amplify?
Thanks
Lawrence