Gyeongjae Choi
Gyeongjae Choi
@reikano Yes, I was able to reproduce your problem with `com.ecomi.veve`. Just unpacking and repacking it with doing nothing else makes the application uninstallable. I'm not sure why it happens...
> Is pygame possible with pyodide now? Not yet. But it looks like there is an upstream effort on supporting WebAssembly build for pygame and they already have some demos,...
> Thanks for doing this. Agreed that it would be nice to have @henryiii 's opinion of this, but in any case if you are able to build opencv and...
Maybe let's add rich to the requirements first in a seperate PR, instead of putting `pip install rich` everywhere to make CI pass.
> Maybe let's add rich to the requirements first in a seperate PR, instead of putting `pip install rich` everywhere to make CI pass. Actually, adding rich to the dependency...
Thanks @bollwyvl, your advice is really helpful for me:) It was a bit hard to find a good reference for using doit at scale...
> Though in general, I feel a good first step would be to create a separate `pyodide/pyodide-cli` repo with the main entry ploing + plugin mechanism (which should be completely...
> I synced with upstream/main and switched to using [pyodide-cli](https://github.com/pyodide/pyodide-cli) as a dependency so the diff here is a bit shorter. Thanks! I will come back to this after I...
So the error comes from: ```py import sys repr(sys.stdout) ``` https://github.com/pyodide/pyodide/blob/1acc3b5b019c2483b28170fd286ba0c82ce6f49c/src/py/pyodide/console.py#L34-L48 Could you try adding `fileno` method (maybe simply return `1`?) in `_WriteStream` and report us what happens? I'm not...
Thanks for the detailed report @josephrocca. > ``` > pyo3_runtime.PanicException: The global thread pool has not been initialized.: ThreadPoolBuildError { kind: IOError(Os { code: 6, kind: WouldBlock, message: "Resource temporarily...