stever
stever
Yes, similar to @agpaola & @WizKid1968 , I received the same error as well ModuleNotFoundError: The module 'pandas' is included in the Pyodide distribution. I am using llama2 and llama3.1...
[INFO]: [server]: Chatflow xxxxxx added into ChatflowPool Loading pandas, numpy, python-dateutil, six, pytz Didn't find package pandas-1.5.3-cp311-cp311-emscripten_3_1_46_wasm32.whl locally, attempting to load from https://cdn.jsdelivr.net/pyodide/v0.25.0/full/ Didn't find package numpy-1.26.1-cp311-cp311-emscripten_3_1_46_wasm32.whl locally, attempting to...
I found the issue. once deployed, it cannot load the package dynamically in the server. is there a way to install it first for below as part of package.json ?...