Pierre Monico
07/14/2025, 3:50 PMRuntimeError: Timed out while attempting to connect to ephemeral Prefect API server.
Even a minimal example doesn’t work:
from prefect import flow
@flow
def test():
print("Hello")
test()
Pierre Monico
07/14/2025, 3:50 PMNate
07/14/2025, 4:01 PMPierre Monico
07/15/2025, 8:38 AMPierre Monico
07/15/2025, 8:40 AMPierre Monico
07/15/2025, 8:54 AMdebugpy
when triggering from the VS Code debugger… Weird because it always worked before. Not sure what the issue is.