Hi, any suggestions on how to debug a "TypeError: ...
# prefect-community
b
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