ansible-role-supervisor
ansible-role-supervisor copied to clipboard
Installing pip package on Ubuntu224.04 is no longer available
Hello,
Since Ubuntu 24.04 (I'm not sure whether 22.04 had the issue), it's not possible to install the package using standard pip install anymore.
Now recommended method is using the python3-supervisor deb package on those systems, or use a virtual environment instead.
Would it be possible you add this support?