Skip to content
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

"import numpy" runs out of memory on Chrome #17

Closed
mdboom opened this issue Mar 21, 2018 · 1 comment
Closed

"import numpy" runs out of memory on Chrome #17

mdboom opened this issue Mar 21, 2018 · 1 comment

Comments

@mdboom
Copy link
Collaborator

mdboom commented Mar 21, 2018

"Error: Traceback (most recent call last): File "<string>", line 1, in <module> File "/lib/python3.6/site-packages/lazy_import.py", line 124, in __getattribute__ _load_module(self) File "/lib/python3.6/site-packages/lazy_import.py", line 493, in _load_module msg.format(**modclass._lazy_import_error_strings)) from None ImportError: sitecustomize attempted to use a functionality that requires module numpy, but it couldn't be loaded. Please install numpy and retry. at emval_allocator_1 (eval at craftEmvalAllocator (http://127.0.0.1:8000/pyodide.asm.js:1:2949151), <anonymous>:7:11) at __emval_new (http://127.0.0.1:8000/pyodide.asm.js:1:2949581) at RG (http://127.0.0.1:8000/pyodide.asm.js:19:22381) at VG (http://127.0.0.1:8000/pyodide.asm.js:19:27159) at Array.asm.__Z9runPythonNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEE (http://127.0.0.1:8000/pyodide.asm.js:36:618068) at ftCall_vii (http://127.0.0.1:8000/pyodide.asm.js:1:3993583) at odc (http://127.0.0.1:8000/pyodide.asm.js:10:141771) at $F (http://127.0.0.1:8000/pyodide.asm.js:19:1710) at asm.__ZN10emscripten8internal7InvokerINS_3valEJNSt3__212basic_stringIwNS3_11char_traitsIwEENS3_9allocatorIwEEEEEE6invokeEPFS2_S9_EPNS0_11BindingTypeIS9_EUt_E (http://127.0.0.1:8000/pyodide.asm.js:36:705906) at Object.runPython (eval at new_ (http://127.0.0.1:8000/pyodide.asm.js:1:2931430), <anonymous>:8:10)"
@mdboom
Copy link
Collaborator Author

mdboom commented Apr 30, 2018

Closing as obsolete: We've since moved to pure WASM from asm.js, which has its own set of issues with Chrome.

@mdboom mdboom closed this as completed Apr 30, 2018
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

No branches or pull requests

1 participant