@ein_io Without seeing a minimal example of your issues, I know that in order to get multiprocessing to work I had to, for one, ensure my script has a __name__ == '__main__'
block. Try following the template here to see if that fixes it.
1 Like