Closed michaelweinold closed 2 months ago
Manually setting Pyodide to a more recent version in the .js
file, such as 0.26.2
(since this cannot be passed as an argument to panel convert
):
importScripts("https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js");
Resolves the issue.
bw2calc
usesmodel_validator
, which was introduced (most likely) inpydantic>2.X.X
.Pyodide comes with
pydantic=2.7.0
, so that should work fine... except runningGives me
pydantic=1.10.7
for some reason 🙈