0

I was trying pyodide in browser. When I try a simple pandas, numpy script I'm getting fatal error memory access out of bounds:

Yevhen Kuzmovych
  • 10,940
  • 7
  • 28
  • 48

1 Answers1

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