stalecucumber icon indicating copy to clipboard operation
stalecucumber copied to clipboard

no support for v3

Open killernova opened this issue 6 years ago • 2 comments

When I try to open a pkl file, it returns an error of: Pickle Machine failed on opcode:0x80. Stack size:0. Memo size:0. Cause:Unsupported version #3 detected. So is there any way to open it?

killernova avatar May 30 '18 11:05 killernova

Presumably you are using Python3, you would need to use a function call like pickle.dumps(my_object, 2) and the pickle module will write version 2 code which this library can read.

hydrogen18 avatar May 31 '18 01:05 hydrogen18

@hydrogen18 Will version 3 be supported in the future?

iris-qq avatar Nov 26 '19 05:11 iris-qq