Hi All,
I’m using https://cloud.prefect.io/, meet some issues, pls help
add ‘1’ in sys path as ‘2’ use some libs under ‘1’
this works fine when I use flow.run();
but when I use flow.register(), the agent(already restart) meet this:
It looks like the agent not understand sys.path added.