Looks like set_start_method did not work for me but mp = mp.get_context('spawn') did. Hope that provides some help.
set_start_method
mp = mp.get_context('spawn')