概要
nbdevで、nbdev_prepareを実行した際、以下のエラーが発生しました。
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
対処法
以下を事前に実行することで、エラーを回避できました。
まとめ
同様の事象でお困りの方の参考になりましたら幸いです。
nbdevで、nbdev_prepareを実行した際、以下のエラーが発生しました。
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
以下を事前に実行することで、エラーを回避できました。
同様の事象でお困りの方の参考になりましたら幸いです。