Skip to content

Commit 3e97dd1

Browse files
tensor-ninjaclaude
andcommitted
Fix uv pip install in chroot with --break-system-packages
uv-managed Python rejects --system installs; add --break-system-packages to override the externally-managed-environment check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6e683ff commit 3e97dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/build-rootfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ chroot "$MOUNT_DIR" /bin/sh -c '
8888
echo "==> Installing claude-agent-sdk..."
8989
chroot "$MOUNT_DIR" /bin/sh -c '
9090
export PATH="/root/.local/bin:$PATH"
91-
uv pip install --system claude-agent-sdk
91+
uv pip install --system --break-system-packages claude-agent-sdk
9292
'
9393

9494
echo "==> Copying nightshift agent code..."

0 commit comments

Comments
 (0)