Hey all, Running into an module error. I have a s...
# ask-the-community
j
Hey all, Running into an module error. I have a sandbox environment running locally that is supposed to pull a function from a module in our code outside the root flyte folder. Seems like it should be simple... Is this possible?
y
no not really. you’ll have to make the root folder a parent to all of them no?
is this possible in raw python?
unless you add the other path to
PYTHONPATH
it won’t find it right?
j
That's right, is there an option like that for Flyte?
k
you can add your module to PYTHONPATH in your dockerfile
152 Views