pyinstaller 打包后 multiprocessing 子进程运行异常的问题

在运行子进程之前,需要调用在 if __name__ == "__main__" 调用 f […]