nginxinc / nginx-amplify-agent

NGINX Amplify Agent
BSD 2-Clause "Simplified" License
21 stars 9 forks source link

Support for Ubuntu 24.04 LTS x64 #107

Open xtianpu opened 4 months ago

xtianpu commented 4 months ago

As the title says

rodrigocabraln commented 1 week ago

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)

`