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

eopkg4 py3: Use pickle protocol version 2 by default to eliminate eopkg py2 <-> py3 issues #54

Closed
ermo opened this issue Apr 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ermo
Copy link
Contributor

ermo commented Apr 19, 2024

When switching back and forth between eopkg4-bin and eopkg pisi py2, this error is quite common:

System error. Program terminated.
unsupported pickle protocol: 4

We should ensure that eopkg4 py3 uses the version 2 pickple protocol that eopkg py2 uses for compatibility purposes.

@ermo
Copy link
Contributor Author

ermo commented Jun 10, 2024

Fixed in 1cb0fe3

@ermo ermo closed this as completed Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants