-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Compatibility with Pyodide #643
Comments
Sure. Apparently, the environment doesn't like:
which |
Thanks for the answer
I was thinking about something like that
There is the
Not that I know of - but this is an highly changing technology |
I tried testing this by using |
Thanks a lot @mmckerns for fixing it - I see the latest version is importable in pyodide |
Great. If you can run the test suite, let me know if something breaks. I believe one test has a |
I did the additional cleanup of the BufferedRandomType, so that it's skipped everywhere for the target platform. It shouldn't come into play unless people run the test (or import) of dill.objects for the "objects that fail" group. |
Hey thanks a lot for this amazing tool.
I was trying it in the in-browser interpreter Pyodide and got the following error:
As pickle works in that interpreter, I was wondering if you could be interested into making this package compatible with the in-browser interpreter?
The text was updated successfully, but these errors were encountered: