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

TypeError: cannot pickle '_abc_data' object #46

Closed
JunCEEE opened this issue Feb 4, 2022 · 0 comments
Closed

TypeError: cannot pickle '_abc_data' object #46

JunCEEE opened this issue Feb 4, 2022 · 0 comments

Comments

@JunCEEE
Copy link
Contributor

JunCEEE commented Feb 4, 2022

The dump function will report an error.

TypeError: cannot pickle '_abc_data' object

This was due to that the current dill release 0.3.4 doesn't support ABC. But it is fixed in the next version, please see
uqfoundation/dill#332

The test can pass with dill in this branch: https://github.com/anivegesana/dill/tree/enums

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

1 participant