Pandas compiled from source: default pickle behavior changed
问题 I've just compiled and installed pandas from source (cloned github repo, >>> setup.py install ). It happened that the default behavior of module pickle for object serialization/deserialization changed being likely partially overridden by pandas internal modules. I have quite some data classes serialized via "standard" pickle which apparently I cannot deserialize anymore; in particular, when I try to deserialize a class file (surely working), I get this error In [1]: import pickle In [2]: