Skip to content

Commit

Permalink
Update worker.ts
Browse files Browse the repository at this point in the history
reverting to earlier version as its complain about pyyaml not availabile.
  • Loading branch information
cedric05 authored Dec 14, 2023
1 parent 435cbef commit cf445a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function loadPyodideAndPackages() {
// @ts-ignore
await self.pyodide.loadPackage(['micropip']);
// @ts-ignore
await self.pyodide.runPython(`import micropip;micropip.install(['dothttp-req-wasm==0.0.43a2', 'setuptools'])`);
await self.pyodide.runPython(`import micropip;micropip.install(['dothttp-req-wasm==0.0.43a1', 'setuptools'])`);
// @ts-ignore
await self.pyodide.runPython(loadCode);
self.postMessage(
Expand Down

0 comments on commit cf445a4

Please sign in to comment.