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
Though in pygbag, when running in the debug (?-i) mode it gives the following:
1153: scan_imports hint=PosixPath('/data/data/boid/assets/main.py') filename='<stdin>' len(code)=12852 ['numpy']
635: maybe_wanted=['numpy'] known failed aio.pep0723.hint_failed=[]
282: searching numpy
76: fopen: fetching "http://localhost:8000/archives/repo/cp312/numpy-1.26.4-cp312-cp312-emscripten_3_1_52_wasm32.whl#"
142: /tmp/numpy-1.26.4-cp312-cp312-emscripten_3_1_52_wasm32.whl installed
715: starting shell
1039: 301 lines queued for async eval
going interactive
746: TODO detect input/print to select repl debug
File "<console>", line 243
SyntaxError: 'await' outside async function
I don't use await anywhere and I get the same error when I remove all async code entierly. It displays just a black screen. This seems to be a bug or something not compatible?
The text was updated successfully, but these errors were encountered:
I am trying to take this boids code and run pygbag on it:
https://gist.github.com/aramshiva/0239dd63a400fc6cc748301aba567203
Though in pygbag, when running in the debug (
?-i
) mode it gives the following:I don't use
await
anywhere and I get the same error when I remove all async code entierly. It displays just a black screen. This seems to be a bug or something not compatible?The text was updated successfully, but these errors were encountered: