-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
There are some python package version issue with the docker build. I might try to debug later if I can find some time but putting it up here for you.
Host system: raspberry pi 4b with raspberry pi OS (latest one based on debian bookworm).
Thanks,
KQ4VPZ
ubuntu@rpi:~/lotw-qso-analyzer $ docker build -t qso .
[+] Building 171.5s (11/16) docker:rootless
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 590B 0.0s
=> [internal] load metadata for docker.io/library/python:3.7 4.5s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> [ 1/12] FROM docker.io/library/python:3.7@sha256:eedf63967cdb57d8214db38ce21f105003ed4e4d0358f02bedc057341b 126.3s
=> => resolve docker.io/library/python:3.7@sha256:eedf63967cdb57d8214db38ce21f105003ed4e4d0358f02bedc057341bcf92 0.0s
=> => sha256:eecc05bbcb03ac332705e6ce56da7536193ec685a86ded413c20d4164319a88e 2.01kB / 2.01kB 0.0s
=> => sha256:eedf63967cdb57d8214db38ce21f105003ed4e4d0358f02bedc057341bcf92a0 1.86kB / 1.86kB 0.0s
=> => sha256:52801117d109624f8ecd3a9e2d6289750e01637ce7cf6764aea645ae28d6cf21 8.15kB / 8.15kB 0.0s
=> => sha256:796cc43785ac3cd0081892bd48e545a0615415265b60c794fdf81ac95b034213 49.59MB / 49.59MB 9.6s
=> => sha256:91290b4a059080b4227746016e1a8f32a290271d8712b213834e9296a38bfea9 23.57MB / 23.57MB 13.0s
=> => sha256:7d8d278f2f731ceff5e8c6f5010bef6b1bf18c555a80663ca612e3e42d013779 63.99MB / 63.99MB 31.6s
=> => sha256:c1d99d3ae80adac83c22f6fd0e8f9cdef1c9260bff794f7ca8124b639ea154cd 202.42MB / 202.42MB 58.4s
=> => extracting sha256:796cc43785ac3cd0081892bd48e545a0615415265b60c794fdf81ac95b034213 8.0s
=> => sha256:bf433ef057e1d44230faccc25a23369730928fbf6cdb4fc794ef7486864e4fb8 6.47MB / 6.47MB 16.1s
=> => sha256:755c46732d51fa6d16c84bdb7ae535acb52e70029f409b553e5d9f109840ab79 14.24MB / 14.24MB 31.3s
=> => extracting sha256:91290b4a059080b4227746016e1a8f32a290271d8712b213834e9296a38bfea9 2.2s
=> => sha256:669bb33af58b166a63e6aabf7cfaeb606033039c2aa3255dd32362148ed75a0f 244B / 244B 37.2s
=> => extracting sha256:7d8d278f2f731ceff5e8c6f5010bef6b1bf18c555a80663ca612e3e42d013779 12.1s
=> => sha256:25ed8b4726d460a82f0be5247ed3b8f23ef8e7046cb7fb9f634f860602cf4afb 2.85MB / 2.85MB 57.7s
=> => extracting sha256:c1d99d3ae80adac83c22f6fd0e8f9cdef1c9260bff794f7ca8124b639ea154cd 25.8s
=> => extracting sha256:bf433ef057e1d44230faccc25a23369730928fbf6cdb4fc794ef7486864e4fb8 17.3s
=> => extracting sha256:755c46732d51fa6d16c84bdb7ae535acb52e70029f409b553e5d9f109840ab79 2.4s
=> => extracting sha256:669bb33af58b166a63e6aabf7cfaeb606033039c2aa3255dd32362148ed75a0f 0.0s
=> => extracting sha256:25ed8b4726d460a82f0be5247ed3b8f23ef8e7046cb7fb9f634f860602cf4afb 0.6s
=> [internal] load build context 2.7s
=> => transferring context: 52.69MB 2.6s
=> [ 2/12] RUN apt-get update 13.9s
=> [ 3/12] RUN apt-get install libgeos++-dev libproj-dev -y 14.6s
=> [ 4/12] RUN mkdir -p /app 0.5s
=> [ 5/12] COPY . /app/ 4.1s
=> [ 6/12] WORKDIR /app 0.1s
=> ERROR [ 7/12] RUN pip --disable-pip-version-check install -r requirements.txt 6.9s
------
> [ 7/12] RUN pip --disable-pip-version-check install -r requirements.txt:
5.841 ERROR: Ignored the following versions that require a different python version: 0.21.0 Requires-Python >=3.8; 0.21.1 Requires-Python >=3.8; 0.22.0 Requires-Python >=3.9; 0.23.0 Requires-Python >=3.9; 0.24.0 Requires-Python >=3.10; 0.24.1 Requires-Python >=3.10
5.843 ERROR: Could not find a version that satisfies the requirement Cartopy~=0.24 (from versions: 0.11.0, 0.12.0.4, 0.12.0.5, 0.13.0, 0.13.1, 0.14.0, 0.14.2, 0.15.1, 0.16.0, 0.17.0, 0.18.0b1, 0.18.0b2, 0.18.0rc1, 0.18.0, 0.19.0rc1, 0.19.0.post1, 0.20.0, 0.20.1, 0.20.2, 0.20.3)
5.844 ERROR: No matching distribution found for Cartopy~=0.24
------
Dockerfile:13
--------------------
11 | WORKDIR /app
12 |
13 | >>> RUN pip --disable-pip-version-check install -r requirements.txt
14 |
15 | RUN pip --disable-pip-version-check install pykdtree scipy
--------------------
ERROR: failed to solve: process "/bin/sh -c pip --disable-pip-version-check install -r requirements.txt" did not complete successfully: exit code: 1
Metadata
Metadata
Assignees
Labels
No labels