This repository was archived by the owner on Feb 20, 2019. It is now read-only.
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Please explain how to deal with PicklerUnpicklerNotFound #59
Open
Description
I'm currently getting a runtime NotImplementedError
from PicklerUnpicklerNotFound
, and I'd like to know what the general strategies should be for working around it.
As this is the most common bug I've found while using pickling, maybe it deserves a section in the README.
I'm also wondering why it even exists; it seems to push detectable compile-time errors (no pickler found) into a runtime error.