I was trying pyodide in browser. When I try a simple pandas, numpy script I'm getting fatal error memory access out of bounds:
Asked
Active
Viewed 369 times
1 Answers
0
Assuming you are using Chrome, it's very likely a bug in Chrome 89 - 90, which should be fixed in Chrome 91.
For more details see: pyodide#1507 and bugs.chromium.org#1200031

rth
- 10,680
- 7
- 53
- 77
-
1Indeed this was the problem. Solved, I can continue my exploration adventure :-) – Michal Rutka Jun 04 '21 at 16:39