Hi, is there a way to add the project root to sys....
# ask-the-community
s
Hi, is there a way to add the project root to sys.path for
pyflyte package
? I tried adding
sys.path.append()
code in the workflow file, but it still says
No module named 'src'
during
pyflyte package
. Here’s the project dir structure where I run
pyflyte --pkgs <http://project.wf|project.wf> package ...
in the parent directory of the project (as previously instructed by the team):
154 Views