I had the same problem, in short, you need to install the Python package which provides the supervisor_stdout:event_handler . You should be able to by running the following commands:
apt-get install -y python-pip pip install supervisor-stdout
If you have pip installed on this container, simply:
pip install supervisor-stdout should be enough, more information about this particular package can be found here:
https://pypi.python.org/pypi/supervisor-stdout
AFAIK, there is no debian package that the supervisor-stdout provides, so the easiest way to install it is through pip.
Hope this helps someone who comes here like me.
[Edit] As Vin-G suggested, if you still have a problem, even after going through these steps, the supervisor may be stuck in the old version. Try updating it.
Hooray!
source share