stlite icon indicating copy to clipboard operation
stlite copied to clipboard

joblib file

Open nusratkhowaja opened this issue 1 year ago • 3 comments

is this support import joblib

nusratkhowaja avatar May 14 '24 23:05 nusratkhowaja

ModuleNotFoundError: The module 'joblib' is included in the Pyodide distribution, but it is not installed. You can install it by calling: await micropip.install("joblib") in Python, or await pyodide.loadPackage("joblib") in JavaScript See https://pyodide.org/en/stable/usage/loading-packages.html for more details

nusratkhowaja avatar May 15 '24 00:05 nusratkhowaja

trying to load as await micropip.install("joblib"); any suggestions

nusratkhowaja avatar May 15 '24 06:05 nusratkhowaja

Provide the details of your app, including the env, the source files, requirements.txt, etc with which I can reproduce the problem.

whitphx avatar May 15 '24 13:05 whitphx