mdf
mdf copied to clipboard
error with python 3.5 multiprocessing.util
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
Looks like it should just be "multiprocessing.active_children".