jprendes / emception

Run Emscripten in the browser
Other
285 stars 35 forks source link

Pyodide and PythonProcess errors #11

Closed james-pre closed 1 year ago

james-pre commented 1 year ago

System (VM): Ubuntu 22.04 LTS 27.4 GiB of Memory i7-10700F Processor

Steps to reproduce:

emception.log

cesare-montresor commented 1 year ago

I'm currently experiencing a similar issue, is it possible that there might be some missing steps, or broken dependencies? I'm thinking it might have happen due to some automatic version upgrading/promotion from the package manager of some packets, that ended up introducing some broken dependencies?

james-pre commented 1 year ago

@jprendes

May using a hardcoded commit id for the git clone/checkout of pyodide will fix it?

jprendes commented 1 year ago

The latest versions use cpython rather than pyodide, I would recommend you try with that. The cpython build scripts were kind of broken until recently, but they should be fixed now. Locally I can build and run the latest commit without problems.

jprendes commented 1 year ago

Closing this issue as I believe it is now fixed.