stlite
stlite copied to clipboard
joblib file
is this support import joblib
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
trying to load as await micropip.install("joblib"); any suggestions
Provide the details of your app, including the env, the source files, requirements.txt, etc with which I can reproduce the problem.