-
## 🐛 Bug
During the build of a pymatgen wasm/emscripten whl file following the tutorial: https://pyodide.org/en/stable/development/building-and-testing-packages.html, the 'pyodide build' command re…
-
## 🚀 Feature
pyodide build right now auto-installs pyodide distribution, but still needs emsdk to build any binary wheels. It also needs rustup / cargo installed correctly with the right settings t…
-
Since I did the CircleCI OAuth token rotation some users have seen the following CI error,
```
Cannot find a usable config.yml, you may have revoked the CircleCI OAuth app.
Please sign out of Circl…
-
Looking briefly at the code, it looks like the Web Worker current relies on Pyodide:
https://github.com/whitphx/stlite/blob/5a218baf08caf57d7dbe6872effe2415cb85efcf/packages/kernel/src/worker.ts#L1…
-
Hi, in order to get the example to work, I made several changes and collected them in a branch.
The branch is [here](https://github.com/michaelwooley/pyodide-webpack-example/tree/michael/fix-setup)…
-
Some complex systems have trouble converging. By that I mean that sometimes, the system is far away from singular solutions and the discrétisation level is correct (no need for refinement) and yet, co…
-
I have a code that requires user input from an xterm.js terminal the function I use looks something like this:
`getTerminalInput();`
Which returns a promise, when I try to use it on pyodide it gives…
-
## 🐛 Bug
### To Reproduce
import cffi
ffi=cffi.FFI()
ffi.set_verify("int add(int a,int b){return a+b;}"
### Environment
- 0.21.2:
- chrome/105.0.0.0 on windows 10 x64:
- Any other relevant info…
-
## 🐛 Bug
The following code:
```python
import numpy as np
A = np.array([[1,-2j],[2j,5]])
print(np.linalg.cholesky(A))
B = np.array([[1,3],[2,4]])
np.linalg.cholesky(B)
```
Produces …
-
## 🚀 Feature
As discussed in #3126, it would be amazing to automatically import modules into pyodide that are present in other imported python files.
Currently, these modules imports have to be m…