Open Klaudioz opened 1 year ago
thanks for reporting!
that's an error that Modal raises when too much information is written to the stdout at once.
it seems to be dependent on nondeterministic state in the concurrent executions.
in general, i've found that just re-running a failed command resolves the error
I tried again, and I got the same, but this time faster:
Interesting – we'll take a look at it!
Will look into it tomorrow, but it might have to do with the write buffer getting full while in interactive
mode. Just noticed its enabled by default: https://github.com/charlesfrye/dreambooth-modal/blob/aba8dc8da739e15b980bbf02595262169678bd8f/run.py#L93
Probably makes sense to turn it on while debugging (when you need to do something interactive like run IPython
), but it's a good idea to disable it otherwise.
Actually, the terminal got so blocked, that Ctrl-C or Ctrl-D stopped to work, and I had to close it.
Thanks for your help!!.
I tried it again today and I got the same error 😢
Hello, I've followed these steps:
And I've got the following error:
BlockingIOError: [Errno 35] write could not complete without blocking
after runningmake model
This is the entire log: