HI, pls help.
since my existing installation doesn’t work anymore, I’m trying to install from scratch on bookworm.
bash <(curl -sLhttps://install-anthias.srly.io) is ending with:
TASK [anthias : Sync host pip dependencies via uv] **********************************************************************************************************************************
[ERROR]: Task failed: Module failed: non-zero return code
Origin: /home/pi/anthias/ansible/roles/anthias/tasks/main.yml:58:356 as the {{ anthias_user }} user.
57
58 - name: Sync host pip dependencies via uv
^ column 3fatal: [localhost]: FAILED! => {“changed”: false, “cmd”: [“/home/pi/.local/bin/uv”, “sync”, “–no-default-groups”, “–group”, “host”, “–no-install-project”], “delta”: “0:00:08.102753”, “end”: “2026-05-07 20:34:54.897367”, “msg”: “non-zero return code”, “rc”: 2, “start”: “2026-05-07 20:34:46.794614”, “stderr”: “Downloading cpython-3.13.11-linux-aarch64-gnu (download) (27.3MiB)\n Downloaded cpython-3.13.11-linux-aarch64-gnu (download)\nUsing CPython 3.13.11\nerror: failed to remove directory
/home/pi/installer_venv/lib: Permission denied (os error 13)”, “stderr_lines”: [“Downloading cpython-3.13.11-linux-aarch64-gnu (download) (27.3MiB)”, " Downloaded cpython-3.13.11-linux-aarch64-gnu (download)", “Using CPython 3.13.11”, “error: failed to remove directory/home/pi/installer_venv/lib: Permission denied (os error 13)”], “stdout”: “”, “stdout_lines”: }PLAY RECAP **************************************************************************************************************************************************************************
localhost : ok=51 changed=28 unreachable=0 failed=1 skipped=5 rescued=0 ignored=0