Relative Content

Tag Archive for pythonmultiprocessingpickle

“Can’t pickle local object” when multiprocessing in Python

I am writing a program that calls a function several times, each intended to be run simultaneously over the course of hours. It’s my first attempt at multiprocessing, and it’s evident from looking at other similar threads here that I need to read up on the process of “pickling”. However, if I’m missing something simple here I’m hoping someone could get me past this.