BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
In my case it was the parallel
function that could work only with max_workers=1
BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
In my case it was the parallel
function that could work only with max_workers=1