We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
detect
Hi, it would be great to have pickle support. The following snippet fails on python 3.7 and 3.8 using version 0.31 and 0.41 respectively.
>>> import pickle, pycld2 >>> pickle.dumps(pycld2.detect) Traceback (most recent call last): File "<stdin>", line 1, in <module> _pickle.PicklingError: Can't pickle <built-in function detect>: import of module 'cld' failed
I am not familiar with C bindings for python, but maybe the error is related to using the wrong name for the module here
pycld2/bindings/pycldmodule.cc
Line 353 in e3ac86e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, it would be great to have pickle support. The following snippet fails on python 3.7 and 3.8 using version 0.31 and 0.41 respectively.
I am not familiar with C bindings for python, but maybe the error is related to using the wrong name for the module here
pycld2/bindings/pycldmodule.cc
Line 353 in e3ac86e
The text was updated successfully, but these errors were encountered: