0

如果我与 joblib 并行启动一个进程,该进程使用 unix 管道 () 调用子进程,其中sed | uniq | blabla许多进程在使用 Ctrl-C 成功退出 python 进程后会向终端写入错误消息。

sed: couldn't write 13 items to stdout: Broken pipe
uniq: write error: Broken pipe
uniq: write error: Broken pipe
sed: couldn't flush stdout: Broken pipe
sed: couldn't flush stdout: Broken pipe
sed: couldn't write 1 item to stdout: Broken pipe

有什么方法可以避免使用 joblib Parallel 进行上述输出?

4

0 回答 0