mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-04-30 05:55:52 +03:00
[GH-ISSUE #26] "make ava-run" command fails with error - Error 17 #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ava-whatsapp-agent-course#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sachins-eng on GitHub (Mar 29, 2025).
Original GitHub issue: https://github.com/neural-maze/ava-whatsapp-agent-course/issues/26
I have uv version - v0.6.10
When I run command "make ava-run" it fails during docker build. It fails for command - "RUN uv sync --frozen --no-cache"
Here is the complete stacktrace of the error -
`
docker compose up --build -d
[+] Building 4.3s (14/22) docker:desktop-linux
=> [whatsapp internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.13kB 0.0s
=> [chainlit internal] load build definition from Dockerfile.chainlit 0.0s
=> => transferring dockerfile: 1.08kB 0.0s
=> [chainlit internal] load metadata for ghcr.io/astral-sh/uv:python3.12-bookworm-slim 0.6s
=> [whatsapp internal] load metadata for ghcr.io/astral-sh/uv:python3.11-bookworm-slim 1.9s
=> [chainlit internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [chainlit 1/7] FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim@sha256:3047e2e59474aac735b9207b784a106f7e6a7e194b96c44ce5330106d9bffa 0.0s
=> [chainlit internal] load build context 0.0s
=> => transferring context: 2.55kB 0.0s
=> CACHED [chainlit 2/7] WORKDIR /app 0.0s
=> CACHED [chainlit 3/7] RUN apt-get update && apt-get install -y build-essential g++ && rm -rf /var/lib/apt/lists/* 0.0s
=> CACHED [chainlit 4/7] COPY uv.lock pyproject.toml /app/ 0.0s
=> ERROR [chainlit 5/7] RUN uv sync --frozen --no-cache 3.6s
=> [whatsapp internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CANCELED [whatsapp 1/7] FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim@sha256:da4886148c187ca2f43b7db499bce3e3e4e78f1d13a7f31ec1c89 2.4s
=> => resolve ghcr.io/astral-sh/uv:python3.11-bookworm-slim@sha256:da4886148c187ca2f43b7db499bce3e3e4e78f1d13a7f31ec1c89784c2421c80 0.0s
=> => sha256:ea0a9288848aff54a32cdbb0434e912367eb72682e2af979cea18e0b02cc3bda 6.29MB / 15.71MB 2.4s
=> => sha256:da4886148c187ca2f43b7db499bce3e3e4e78f1d13a7f31ec1c89784c2421c80 2.22kB / 2.22kB 0.0s
=> => sha256:fb0fd7dc21d1e9a28873cafc644c514cca20c51422398e7434a545294bdfd024 1.25kB / 1.25kB 0.0s
=> => sha256:c785081cdb49abd914bc3731f734fef616d98744bed5c3737711605495312dc6 6.36kB / 6.36kB 0.0s
=> [whatsapp internal] load build context 0.0s
=> => transferring context: 2.55kB 0.0s
failed to solve: process "/bin/sh -c uv sync --frozen --no-cache" did not complete successfully: exit code: 1
make: *** [ava-run] Error 17
`