Results 4 comments of ganeshgk

@mama-wk Had similar issue, so running `sed -i '/messagebus/d' /var/lib/dpkg/statoverride ` this before re-running the executor is necessary to solve this, but this is only part of the problem, what...

@cristian98149 @MikeKroell Were you able to get this working with img on aws fargate? i think, it fails due to the reason that fargate doesn't allow to run privileged containers....

@ltx0633 was this issue solved somehow or any workaround for this? same error for me.

> Hi [@jonathonlacher](https://github.com/jonathonlacher), We’ve identified a fix. Could you please confirm if this resolves the issue by testing with this [branch](https://github.com/actions/setup-python/tree/fix/candidate-not-iterable-error) > > ``` > uses: actions/setup-python@fix/candidate-not-iterable-error > with: >...