2 years ago
10 ERROR: process "/bin/bash -ol pipefail -c python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt" did not complete successfully: exit code: 1
[stage-0 6/8] RUN --mount=type=cache,id=s/2b8d227f-4a01-404c-8df4-4eb95d0c4205-/root/cache/pip,target=/root/.cache/pip python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt:
12.48 error: subprocess-exited-with-error
12.48
12.48 × Getting requirements to build wheel did not run successfully.
12.48 │ exit code: 1
12.48 ╰─> See above for output.
12.48
12.48 note: This error originates from a subprocess, and is likely not a problem with pip.
12.49
12.49 [notice] A new release of pip is available: 23.0.1 -> 24.0
12.49 [notice] To update, run: pip install --upgrade pip
Dockerfile:20
18 | ENV NIXPACKSPATH /opt/venv/bin:$NIXPACKSPATH
19 | COPY . /app/.
20 | >>> RUN --mount=type=cache,id=s/2b8d227f-4a01-404c-8df4-4eb95d0c4205-/root/cache/pip,target=/root/.cache/pip python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt
21 |
22 |
ERROR: failed to solve: process "/bin/bash -ol pipefail -c python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt" did not complete successfully: exit code: 1
Error: Docker build failed
ⓘ Deployment information is only viewable by Project members and Railway admins.
1 Replies
2 years ago
Your logs are cut off, please use this tool and attach your full build logs -