Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no support for v3 #21

Open
killernova opened this issue May 30, 2018 · 2 comments
Open

no support for v3 #21

killernova opened this issue May 30, 2018 · 2 comments

Comments

@killernova
Copy link

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?

@hydrogen18
Copy link
Owner

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.

@iris-qq
Copy link

iris-qq commented Nov 26, 2019

@hydrogen18 Will version 3 be supported in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants