BUGET

RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.

This probably means that you are not using fork to start your
child processes and you have forgotten to use the proper idiom
in the main module:

 

多进程要在main运行,或者用单线程。

posted @ 2019-07-17 13:48  my_everything  阅读(264)  评论(0编辑  收藏  举报