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