Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This error message means that an attempt was made to pickle (serialize) a local object named 'writeBuf.<locals>.write', but the object cannot be pickled because it is a local object. It is not possible to serialize a local object because it is bound to the execution context and cannot be transferred to another process or machine.