Questions tagged [pyodide]

Please prefer using tags for the contained packages with questions which are more specifically related to them. Pyodide brings the Python 3.8 runtime to the browser via WebAssembly, along with the Python scientific stack including NumPy, Pandas, Matplotlib, parts of SciPy, and NetworkX.

Pyodide brings the Python 3.8 runtime to the browser via WebAssembly, along with the Python scientific stack including NumPy, Pandas, Matplotlib, parts of SciPy, and NetworkX.

Home (and source of above quote):
https://github.com/iodide-project/pyodide

110 questions
0
votes
1 answer

Why running pandas in pyodide wasm results in memory error?

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

wondering how pyodide js works?

I am doing some R&D on pyodide js and getting some issue while implementing it on my local system .. That is the console error that i am getting on my browser.. pls suggest how to resolve this .. pyodide.js:309 GET…
-1
votes
2 answers

I can't seem to import pyfetch from 'pyodide.http'

First thing first, i'm somewhat extremely new to python and jupyter and ohter stuff. So i'm enrolling in this Python for data science class from cognitiveclass.ai . currently at Module 4 - Working with Data in Python and theres this lab exercise…
megamayo
  • 7
  • 1
-2
votes
1 answer

Error installing Pyodide and not finding the module 'piplite'

The image reference is given, one can have a look, and please guide me if you can... Also, can anyone please tell me why 'piplite' is not being installed on my windows PC. It always throws an error saying that the module 'piplite' is not found,…
-4
votes
1 answer

How do I run a script file in Windows?

I am trying to build Pyodide from source on Windows. In their documentation they recommend using Docker. From the documentation: 1 Install Docker 2 From a git checkout of Pyodide, run ./run_docker or ./run_docker --pre-built 3 Run make to…
Jarkko
  • 3
  • 1
1 2 3 4 5 6 7
8