I have pickled a SMS spam prediction model using pickle. Now, I want to use Pyodide to load the model in the browser. I have loaded the pickled file using pickle.loads in the browser: This works. But, when I try to call: It gives an error(in vectorizer.transform): AttributeError: format not found Full error dump is below. In Python it works