Skip to content

MAINT Use Pyodide venv rather than js wrapper script #29156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from

Conversation

lesteve
Copy link
Member

@lesteve lesteve commented Jun 2, 2024

The issue with library loading in Pyodide with scipy.linalg may have gone away pyodide/pyodide#3865 (comment). Let's see what CI has to say about this ...

Copy link

github-actions bot commented Jun 2, 2024

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 07392c7. Link to the linter CI: here

@lesteve
Copy link
Member Author

lesteve commented Jun 2, 2024

Getting the cannot resolve symbol s_cmp with Pyodide 0.25.1, same thing as in scikit-image scikit-image/scikit-image#7350 (comment). Edit: same issue with Pyodide 0.26.0:

Error: Dynamic linking error: cannot resolve symbol s_cmp
    at stubs.<computed> (/home/vsts/work/1/s/.pyodide-xbuildenv/xbuildenv/pyodide-root/dist/pyodide.asm.js:9:144885)
    at wasm://wasm/0003b6da:wasm-function[80]:0x280c
    at wasm://wasm/0003b6da:wasm-function[75]:0x1c0e
    at wasm://wasm/0003d766:wasm-function[109]:0xbb94
    at _PyEM_TrampolineCall_JS (/home/vsts/work/1/s/.pyodide-xbuildenv/xbuildenv/pyodide-root/dist/pyodide.asm.js:9:120223)
    at wasm://wasm/02257296:wasm-function[1083]:0x1a3494
    at wasm://wasm/02257296:wasm-function[1091]:0x1a3a86
    at wasm://wasm/02257296:wasm-function[3226]:0x26a798
    at wasm://wasm/02257296:wasm-function[3227]:0x26e800
    at wasm://wasm/02257296:wasm-function[1096]:0x1a3e08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant