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 default __reduce__ due to non-trivial __cinit__ #23

Open
changhaowang opened this issue Dec 9, 2020 · 1 comment
Open

No default __reduce__ due to non-trivial __cinit__ #23

changhaowang opened this issue Dec 9, 2020 · 1 comment

Comments

@changhaowang
Copy link

Hi, thank you for providing this amazing project for us. It works well for most of the scenarios that I tested.

Recently I encountered a problem when I tried to use the python multiprocessing toolbox (passed in a fcl collision object as input). It throws me an error: no default __reduce__ due to non-trivial __cinit__. Do you know to add the additional __reduce__ method to the cython class? Thank you very much for your help.

@oisinturbitt
Copy link

Hi,

I am also running into this issue when I try to pickle a BVHModel object and would love to know if anyone knows an answer to this issue. Thanks a million for the library!

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

2 participants