# On Linux/macOS export PATH="$HOME/.local/bin:$PATH" python3 -m codexini --version Error 4: Segmentation fault or Illegal instruction Cause : Pre-built wheel is incompatible with your CPU architecture (rare). Fix : Install from source instead:
pip install codexini (e.g., 2.1.0):
{ "version": "2.0.0", "tasks": [ { "label": "Codexini Check", "type": "shell", "command": "codexini", "args": ["check", "${workspaceFolder}"], "group": "test", "problemMatcher": [] } ] } Now you can run Ctrl+Shift+P → "Run Task" → "Codexini Check". Even with careful steps, you might encounter issues. Here’s how to resolve them. Error 1: pip: command not found Cause : Python/pip not installed or not in PATH. Fix : Reinstall Python 3.8+ and ensure "Add Python to PATH" is checked (Windows) or use python3 -m pip instead of pip . Error 2: ERROR: Could not find a version that satisfies the requirement codexini Cause : Typo in package name or very old pip version that cannot parse metadata. Fix : codexini install