trying to migrate from agents to workers and follo...
# ask-community
p
trying to migrate from agents to workers and following the guide. i'm running this script:
Copy code
storage=GitHub.load("etl-repo")
flow.from_source(source=storage, entrypoint="src/flows/etl_flow:etl_flow").deploy(...)
and I get:
Copy code
No module named '/var/folders/mz/gcnd9_cn0wd25hl9fvwk58fc0000gn/T/tmpjpe4on1j/github-etl-repo/src/flows/etl_flow'
the github block works, as I am using that in my current setup. I guess it has something to do with either project structure or pythonpath, but can't figure out how to proceed. would appreciate some help
my bad! forgot to add
.py
to the filepath