Is it possible to use the python "pickle" module with workers?
I'm trying to create a worker to run my ML model. It is a pickled model. I'm trying to import the pickle module, however, transcrypt says it is not found. I see it is a native CPython module which transcrypt says they have support for some modules, however, I get an error that says:
This is my code:
Has anyone attempted to use pickle with cloudflare workers before? I have a hunch that its probably not supported given the transpilation w/ WASM but just wanted to be sure.
0 Replies