From cb03b55bdc2c4999dd349747e5c11d7d33006425 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Wed, 24 Aug 2022 13:49:43 +0200 Subject: [PATCH] Script execution --- script/local.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/local.py b/script/local.py index 11602ec..e9e5c8a 100644 --- a/script/local.py +++ b/script/local.py @@ -7,6 +7,9 @@ import threading import traceback import queue #import multiprocessing +import multiprocessing as mp +mp.set_start_method('fork') + #Workaround for zmq being a java package and having priority for import over python zmq package from importlib._bootstrap import _load