Comment 3 for bug 1860369

Revision history for this message
Pen Gale (pengale) wrote : Re: Issue running Python daemons that have been built using entry points with the latest snapcraft (in a --classic snap)

A note on workarounds: I attempted to explicitly run my entry point scripts with usr/bin/python3.6, but the issue persists, which suggests that it is more of an issue w/ PYTHONPATH getting clobbered or not properly set than it is an issue running the wrong Python binary.

I also tried starting my daemons after a sleep (assuming that we were running into a race condition), and that did not make a difference.