You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PythonError: Traceback (most recent call last):
File "/lib/python3.10/asyncio/futures.py", line 201, in result
raise self._exception
File "/lib/python3.10/asyncio/tasks.py", line 232, in __step
result = coro.send(None)
File "/lib/python3.10/site-packages/_pyodide/_base.py", line 506, in eval_code_async
await CodeRunner(
File "/lib/python3.10/site-packages/_pyodide/_base.py", line 357, in run_async
coroutine = eval(self.code, globals, locals)
File "", line 1, in
OSError: [Errno 29] I/O error
The text was updated successfully, but these errors were encountered:
Input is not currently supported and needs to be developed and adapted. The following is a reference document. Those who are capable can add this feature.
Issue description:
I run the python code with input() on android obsisdian app and it works, but on my windows11 PC I can't execute this code
Video Android:
https://github.com/user-attachments/assets/1c1c8102-67f4-4580-9857-0f3f13698381
Video Windows 11:
https://github.com/user-attachments/assets/9ad4561c-d4d5-49ae-a626-3f8012042255
Error text:
The text was updated successfully, but these errors were encountered: