Generated by Spark: Error:

Pyodide version does not match: '0.29.1' <==> '0.26.4'. If you updated the Pyodide version, make sure you also updated the 'indexURL' parameter passed to loadPyodide.
This commit is contained in:
2026-01-17 18:58:19 +00:00
committed by GitHub
parent 3df336ff56
commit fe56ef0ac1

View File

@@ -13,7 +13,7 @@ export async function getPyodide(): Promise<PyodideInterface> {
}
pyodideLoading = loadPyodide({
indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.26.4/full/',
indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.29.1/full/',
}).then((pyodide) => {
pyodideInstance = pyodide
return pyodide