Hey folks, I'm running into a seemingly transient ...
# flyte-support
n
Hey folks, I'm running into a seemingly transient module path error in worker pods after some successful workflow runs. I suspect it has something to do with our file structure or custom container image. Advice as far as file structure considerations or anything else is greatly appreciated.
ModuleNotFoundError: No module named 'site-packages'
tracing from
/usr/local/bin/pyflyte-execute:8
t
i presume it got to do with the python env in your image. mind sharing the dockerfile or imagespec, whichever you're using?
h
can you also share the file layout you're using? Also, is fast registration involved?