На фото лог ошибки, wheel пакеты и requirements.txt
[+] Building 2.0s (10/11) docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 359B 0.0s
=> [internal] load metadata for docker.io/library/python:3.12 0.9s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [1/7] FROM docker.io/library/python:3.12@sha256:77a36ff63e657d8ec7cd4e86e452f4cd23b6c92811696b0735226fbc0660a5b8 0.0s
=> => resolve docker.io/library/python:3.12@sha256:77a36ff63e657d8ec7cd4e86e452f4cd23b6c92811696b0735226fbc0660a5b8 0.0s
=> [internal] load build context 0.2s
=> => transferring context: 17.15MB 0.2s
=> CACHED [2/7] WORKDIR /code 0.0s
=> [3/7] COPY ./requirements.txt . 0.0s
=> [4/7] COPY ./python_packages ./python_packages 0.0s
=> [5/7] RUN ls -l python_packages 0.1s
=> ERROR [6/7] RUN pip install --no-index --find-links=./python_packages -r requirements.txt 0.8s
------
> [6/7] RUN pip install --no-index --find-links=./python_packages -r requirements.txt:
0.759 Looking in links: ./python_packages
0.762 Processing ./python_packages/aiohappyeyeballs-2.6.1-py3-none-any.whl (from -r requirements.txt (line 1))
0.764 ERROR: Could not find a version that satisfies the requirement aiohttp==3.12.13 (from versions: none)
0.764 ERROR: No matching distribution found for aiohttp==3.12.13
------
Dockerfile:9
--------------------
7 |
8 | RUN ls -l python_packages
9 | >>> RUN pip install --no-index --find-links=./python_packages -r requirements.txt
10 | #RUN pip install -r requirements.txt
11 | COPY . .
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install --no-index --find-links=./python_packages -r requirements.txt" did not complete successfully: exit code: 1
View build details:
docker-desktop://dashboard/build/desktop-linux/des...