https://prefect.io logo
b

Bruce Haggerty

10/17/2020, 9:16 PM
Hi, any suggestions on how to debug a "TypeError: can't pickle generator objects" error when attempting to create a new flow? I don't actually think I'm using any generator objects in my code.
Whoops, never mind. I found the solution over in a separate discussion in the prefect-server thread. I had accidentally put the flow.register in the with Flow() as flow block
👍 2