nginxinc/nginx-amplify-agent

Support for Ubuntu 24.04 LTS x64

xtianpu opened this issue ยท 13 comments

As the title says

I can't run it on Ubuntu server 24.04 because Python gives this error, I even tried with other versions.

`Python 3.12.3 (main, Jul 31 2024, 17:43:48) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

from daemon import runner
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'runner' from 'daemon' (/usr/lib/python3/dist-packages/daemon/init.py)

`

I really need this too

Would be great to have an ETA for this?

It would be wonderful to have this work in Ubuntu 24

+1

+1

waiting for this

+1 for supporting Ubuntu 24.04 please ๐Ÿ‘
It's LTS, so feels like an important version to support, and has been out a while now. Thanks!

This is a bit sad that it isnt supported still.
I like the clean interface for Amplify, but support for current system is lacking :(

We need this ASAP!

@xtianpu @rodrigocabraln @chrisc0 @crypticnewbie @mariobernheim @ichibackup @oburlaca @lemmski @steveparks @damiafaw @isaac-souza appreciate some testing here - #119

This works fine for me! Thanks a lot! Good work @defanator ! I much appreciate your effort to get this done!

I used

curl -L -O https://github.com/nginxinc/nginx-amplify-agent/raw/refs/heads/rel-1.8.3-and-noble/packages/install.sh
API_KEY='<apikey>' sh ./install.sh

To install the new 24.04 compatible agent if someone is wondering how to install it before it lands in nginxinc/nginx-amplify-agent@master

For future readers - please note this one: #119 (comment)