pickle error by multiprocessing

perfectican perfectican at gmail.com
Thu Feb 19 04:03:28 EST 2015


I guess, The issue is not caused by multiprocessing. make sure you are pickling right object that can be pickable or not.

Best way is run it in a console and test at which object the pickling error is occurring and then try to change the object which could be pickable.



More information about the Python-list mailing list