Daniel Nilsen
02/22/2022, 10:44 AMModuleNotFoundError("No module named 'parameters'")
root
- src
- flows
- flow_1
- flow_1.py
- parameters.py
I am registering the flow with this
bin/prefect register --project «myProject» --path ./src/flows/flow_1/flow_1.py
When I run the flow locally with flow.run()
it works fine 🤔Anna Geller
prefect agent local start -p /Users/annageller/Desktop/prefect
Or you can install the package containing your utility functions within your agent's execution environment.