标签: python
RuntimeError: 尝试在启动新进程之前启动新进程。 当前进程已完成其引导阶段。
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: