Compiler Errors
Compiler Errors Explained
Last updated Jun 23, 2026
Compiler errors are reported by the CLI and sent to the Portal as telemetry events.
Finding error details
pyvorin compile app.py --verboseThe verbose output includes the error code, message, and module where the error occurred.
Common compiler error codes
- COMPILER_001 — internal compiler error. Update Pyvorin and retry.
- COMPILER_002 — unsupported syntax construct. Check the fallback report.
- COMPILER_003 — missing dependency. Install the package in the active environment.
Reporting an error
pyvorin report-bug --title "Compiler error" --logsThis opens a support ticket with redacted logs and error metadata.