mdf icon indicating copy to clipboard operation
mdf copied to clipboard

error with python 3.5 multiprocessing.util

Open FalseProtagonist opened this issue 7 years ago • 1 comments

In python 3.5, I get an error running any graph, from line 304 in mdf.runner: multiprocessing.util.active_children()

I'm guessing that either this has been moved in a newer version of python or I'm doing something silly involving main

FalseProtagonist avatar Sep 19 '17 20:09 FalseProtagonist

Looks like it should just be "multiprocessing.active_children".

tonyroberts avatar Sep 23 '17 10:09 tonyroberts