Back to Editor

Help & Support

Need assistance with PyRun? Whether you're reporting a bug, asking a question about a python package, or suggesting a feature, we're here to help.

Common Issues

My code says a module is missing.

PyRun runs completely in your browser via WebAssembly (Pyodide). While it supports over 100+ native packages like numpy, matplotlib, and requests, pure C-extensions or external binary dependencies might fail to load. Always try executing your standard imports first.

Does PyRun save my files?

PyRun automatically uses your browser's local storage to remember your files and settings seamlessly! However, because cache can be cleared, we highly recommend exporting your whole project as a ZIP occasionally using the export button.

It says "Interactive terminal is unsupported".

Interactive input() calls require SharedArrayBuffer to sync standard thread execution. Ensure your browser is secure, updated, and not overriding restrictive security layers that block multithreading contexts.