Version: 2026.4.14 (323493f)
OS: Ubuntu, Linux 6.17.0-1007-aws (x64), Lightsail VPS
Node: v22.22.2
Problem:
File write tool is completely broken. The sandbox FS bridge can't find Python even though it's installed on the host at /usr/bin/python3 (3.12.3).
Errors seen:
• moltbot-sandbox-fs: 2: python3: not found (first seen after update)
• sandbox pinned mutation helper requires python3 or python (after gateway restart)
Steps to reproduce:
- Update to 2026.4.14 via sudo npm update -g openclaw
- Run openclaw doctor --fix, then openclaw gateway restart
- Any file write from the agent fails with the above errors
Impact:
Agent can read files but cannot write, edit, or update any workspace files. Heartbeat state, memory, and daily notes all broken.
Host Python:
$ which python3
/usr/bin/python3
$ python3 --version
Python 3.12.3