Following #138
From multiprocessing docs ,
"On macOS, the spawn start method is now the default..."
This causes LiveServer to throw a pickling error on py39. For now, we are explicitly forcing "fork" method for starting processes in LiveServer. As the docs specify, this is not adequate. Some research on this will be necessary and probably some changes in LiveServer.