-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple M2 #22
Comments
Hi @ruchan-ziya |
anyway you could just enable x64 emulation on M2 |
And the installation on M2 still fails. => CANCELED [mlflow 2/4] RUN apt-get update -y && apt-get install -y --no-install-recommends build-essential libpq-dev 21.3s |
@ruchan-ziya did you enable rosetta as I mentioned before? |
Yes, I did. So it went past the initial installation, then I guess it failed when the bundled influx tries to update itself using apt-get... |
some observations: InfluxDB runs on M1: $ docker run --rm influxdb:2.7.5-alpine
2024-09-25T13:25:41. warn boltdb not found at configured path, but DOCKER_INFLUXDB_INIT_MODE not specified, skipping setup wrapper {"system": "docker", "bolt_path": "/var/lib/influxdb2/influxd.bolt"}
2024-09-25T13:25:41. warn boltdb not found at configured path, but DOCKER_INFLUXDB_INIT_MODE not specified, skipping setup wrapper {"system": "docker", "bolt_path": "/var/lib/influxdb2/influxd.bolt"}
ts=2024-09-25T13:25:41.296908Z lvl=info msg="Welcome to InfluxDB" log_id=0rrLa9C0000 version=v2.7.5 commit=09a9607fd9 build_date=2024-01-05T17:17:15Z log_level=info
ts=2024-09-25T13:25:41.296948Z lvl=warn msg="nats-port argument is deprecated and unused" log_id=0rrLa9C0000
ts=2024-09-25T13:25:41.300591Z lvl=info msg="Resources opened" log_id=0rrLa9C0000 service=bolt path=/var/lib/influxdb2/influxd.bolt
ts=2024-09-25T13:25:41.300662Z lvl=info msg="Resources opened" log_id=0rrLa9C0000 service=sqlite path=/var/lib/influxdb2/influxd.sqlite
ts=2024-09-25T13:25:41.301234Z lvl=info msg="Bringing up metadata migrations" log_id=0rrLa9C0000 service="KV migrations" migration_count=20
ts=2024-09-25T13:25:41.332093Z lvl=info msg="Bringing up metadata migrations" log_id=0rrLa9C0000 service="SQL migrations" migration_count=8
ts=2024-09-25T13:25:41.353167Z lvl=info msg="Using data dir" log_id=0rrLa9C0000 service=storage-engine service=store path=/var/lib/influxdb2/engine/data
ts=2024-09-25T13:25:41.353243Z lvl=info msg="Compaction settings" log_id=0rrLa9C0000 service=storage-engine service=store max_concurrent_compactions=4 throughput_bytes_per_second=50331648 throughput_bytes_per_second_burst=50331648
ts=2024-09-25T13:25:41.353251Z lvl=info msg="Open store (start)" log_id=0rrLa9C0000 service=storage-engine service=store op_name=tsdb_open op_event=start
ts=2024-09-25T13:25:41.353302Z lvl=info msg="Open store (end)" log_id=0rrLa9C0000 service=storage-engine service=store op_name=tsdb_open op_event=end op_elapsed=0.051ms
ts=2024-09-25T13:25:41.353330Z lvl=info msg="Starting retention policy enforcement service" log_id=0rrLa9C0000 service=retention check_interval=30m
ts=2024-09-25T13:25:41.353340Z lvl=info msg="Starting precreation service" log_id=0rrLa9C0000 service=shard-precreation check_interval=10m advance_period=30m
ts=2024-09-25T13:25:41.353948Z lvl=info msg="Starting query controller" log_id=0rrLa9C0000 service=storage-reads concurrency_quota=1024 initial_memory_bytes_quota_per_query=9223372036854775807 memory_bytes_quota_per_query=9223372036854775807 max_memory_bytes=0 queue_size=1024
ts=2024-09-25T13:25:41.355159Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0rrLa9C0000 max_select_point=0 max_select_series=0 max_select_buckets=0
ts=2024-09-25T13:25:41.359730Z lvl=info msg=Listening log_id=0rrLa9C0000 service=tcp-listener transport=http addr=:8086 port=8086
ts=2024-09-25T13:25:41.359765Z lvl=info msg=Starting log_id=0rrLa9C0000 service=telemetry interval=8h
^Cts=2024-09-25T13:25:42.539680Z lvl=info msg="Stopping subsystem" log_id=0rrLa9C0000 subsystem="HTTP server"
ts=2024-09-25T13:25:42.539699Z lvl=info msg=Stopping log_id=0rrLa9C0000 service=telemetry interval=8h
ts=2024-09-25T13:25:42.539661Z lvl=info msg="Terminating precreation service" log_id=0rrLa9C0000 service=shard-precreation
ts=2024-09-25T13:25:42.539756Z lvl=info msg=Stopping log_id=0rrLa9C0000 service=tcp-listener
ts=2024-09-25T13:25:42.539773Z lvl=info msg="Stopping subsystem" log_id=0rrLa9C0000 subsystem=scraper
ts=2024-09-25T13:25:42.539787Z lvl=info msg="Stopping subsystem" log_id=0rrLa9C0000 subsystem=task
ts=2024-09-25T13:25:42.539932Z lvl=info msg="Stopping subsystem" log_id=0rrLa9C0000 subsystem=query
ts=2024-09-25T13:25:42.540898Z lvl=info msg="Stopping subsystem" log_id=0rrLa9C0000 subsystem=replications
ts=2024-09-25T13:25:42.540971Z lvl=info msg="Stopping subsystem" log_id=0rrLa9C0000 subsystem=engine
ts=2024-09-25T13:25:42.540975Z lvl=info msg="Closing retention policy enforcement service" log_id=0rrLa9C0000 service=retention
ts=2024-09-25T13:25:42.540993Z lvl=info msg="Stopping subsystem" log_id=0rrLa9C0000 subsystem=sqlite
ts=2024-09-25T13:25:42.541427Z lvl=info msg="Stopping subsystem" log_id=0rrLa9C0000 subsystem=bolt the docker-compose failes when building influxdb configurator image: $ docker compose up -d
[+] Building 108.8s (6/8) docker:desktop-linux
=> [influx-configurator internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 410B 0.0s
=> [influx-configurator internal] load metadata for docker.io/library/python:3.10-slim 0.7s
=> [influx-configurator internal] load .dockerignore 0.0s
=> => transferring context: 65B 0.0s
=> CACHED [influx-configurator 1/4] FROM docker.io/library/python:3.10-slim@sha256:80619a5316afae7045a3c133 0.0s
=> [influx-configurator internal] load build context 0.0s
=> => transferring context: 458B 0.0s
=> ERROR [influx-configurator 2/4] RUN apt-get update && pip install --upgrade pip && apt-get install - 108.1s
------
> [influx-configurator 2/4] RUN apt-get update && pip install --upgrade pip && apt-get install -y make automake gcc g++ subversion python3-dev libblas3 liblapack3 liblapack-dev libblas-dev && pip install influxdb-client openstef-dbc==3.7.6 pydantic pydantic-settings:
0.195 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
0.280 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
0.318 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
0.352 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8689 kB]
1.379 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [2468 B]
1.405 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [179 kB]
2.165 Fetched 9125 kB in 2s (4444 kB/s)
2.165 Reading package lists...
3.478 Requirement already satisfied: pip in /usr/local/lib/python3.10/site-packages (23.0.1)
3.633 Collecting pip
3.764 Downloading pip-24.2-py3-none-any.whl (1.8 MB)
4.037 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 6.7 MB/s eta 0:00:00
4.066 Installing collected packages: pip
4.066 Attempting uninstall: pip
4.067 Found existing installation: pip 23.0.1
4.132 Uninstalling pip-23.0.1:
4.193 Successfully uninstalled pip-23.0.1
4.678 Successfully installed pip-24.2
4.678 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
4.863 Reading package lists...
5.271 Building dependency tree...
5.349 Reading state information...
5.460 The following additional packages will be installed:
5.460 autoconf autotools-dev binutils binutils-aarch64-linux-gnu binutils-common
5.460 cpp cpp-12 fontconfig-config fonts-dejavu-core g++-12 gcc-12
5.460 javascript-common libabsl20220623 libaom3 libapr1 libaprutil1 libasan8
5.460 libatomic1 libavif15 libbinutils libbrotli1 libbsd0 libc-dev-bin
5.460 libc-devtools libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
5.460 libdav1d6 libde265-0 libdeflate0 libexpat1 libexpat1-dev libfontconfig1
5.460 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgfortran5
5.460 libgomp1 libgprofng0 libheif1 libhwasan0 libisl23 libitm1 libjansson4
5.460 libjbig0 libjpeg62-turbo libjs-jquery libjs-sphinxdoc libjs-underscore
5.460 liblerc4 liblsan0 libmpc3 libmpfr6 libnsl-dev libnuma1 libperl5.36
5.460 libpng16-16 libpython3-dev libpython3-stdlib libpython3.11 libpython3.11-dev
5.460 libpython3.11-minimal libpython3.11-stdlib librav1e0 libsasl2-2
5.460 libsasl2-modules libsasl2-modules-db libserf-1-1 libstdc++-12-dev libsvn1
5.460 libsvtav1enc1 libtiff6 libtirpc-dev libtsan2 libubsan1 libutf8proc2 libwebp7
5.460 libx11-6 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxpm4 libyuv0
5.460 linux-libc-dev m4 manpages manpages-dev media-types perl perl-modules-5.36
5.460 python3 python3-distutils python3-lib2to3 python3-minimal python3.11
5.460 python3.11-dev python3.11-minimal rpcsvc-proto zlib1g-dev
5.461 Suggested packages:
5.461 autoconf-archive gnu-standards autoconf-doc libtool gettext binutils-doc
5.461 cpp-doc gcc-12-locales cpp-12-doc gcc-12-doc gcc-multilib flex bison gdb
5.461 gcc-doc apache2 | lighttpd | httpd liblapack-doc glibc-doc libgd-tools
5.461 sensible-utils libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
5.461 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
5.461 libstdc++-12-doc m4-doc make-doc man-browser perl-doc
5.461 libterm-readline-gnu-perl | libterm-readline-perl-perl
5.461 libtap-harness-archive-perl python3-doc python3-tk python3-venv
5.461 python3.11-venv python3.11-doc binfmt-support db5.3-util libapache2-mod-svn
5.461 patch subversion-tools
6.314 The following NEW packages will be installed:
6.314 autoconf automake autotools-dev binutils binutils-aarch64-linux-gnu
6.314 binutils-common cpp cpp-12 fontconfig-config fonts-dejavu-core g++ g++-12
6.314 gcc gcc-12 javascript-common libabsl20220623 libaom3 libapr1 libaprutil1
6.314 libasan8 libatomic1 libavif15 libbinutils libblas-dev libblas3 libbrotli1
6.314 libbsd0 libc-dev-bin libc-devtools libc6-dev libcc1-0 libcrypt-dev
6.314 libctf-nobfd0 libctf0 libdav1d6 libde265-0 libdeflate0 libexpat1-dev
6.314 libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4
6.314 libgfortran5 libgomp1 libgprofng0 libheif1 libhwasan0 libisl23 libitm1
6.314 libjansson4 libjbig0 libjpeg62-turbo libjs-jquery libjs-sphinxdoc
6.314 libjs-underscore liblapack-dev liblapack3 liblerc4 liblsan0 libmpc3 libmpfr6
6.314 libnsl-dev libnuma1 libperl5.36 libpng16-16 libpython3-dev libpython3-stdlib
6.314 libpython3.11 libpython3.11-dev libpython3.11-minimal libpython3.11-stdlib
6.314 librav1e0 libsasl2-2 libsasl2-modules libsasl2-modules-db libserf-1-1
6.314 libstdc++-12-dev libsvn1 libsvtav1enc1 libtiff6 libtirpc-dev libtsan2
6.314 libubsan1 libutf8proc2 libwebp7 libx11-6 libx11-data libx265-199 libxau6
6.314 libxcb1 libxdmcp6 libxpm4 libyuv0 linux-libc-dev m4 make manpages
6.314 manpages-dev media-types perl perl-modules-5.36 python3 python3-dev
6.314 python3-distutils python3-lib2to3 python3-minimal python3.11 python3.11-dev
6.314 python3.11-minimal rpcsvc-proto subversion zlib1g-dev
6.314 The following packages will be upgraded:
6.314 libexpat1
6.385 1 upgraded, 114 newly installed, 0 to remove and 0 not upgraded.
6.385 Need to get 100 MB of archives.
6.385 After this operation, 439 MB of additional disk space will be used.
6.385 Get:1 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB]
6.791 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB]
6.798 Get:3 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u1 [4014 kB]
7.278 Get:4 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u1 [239 kB]
7.307 Get:5 http://deb.debian.org/debian-security bookworm-security/main arm64 libpython3.11-minimal arm64 3.11.2-6+deb12u3 [808 kB]
7.399 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB]
7.404 Get:7 http://deb.debian.org/debian-security bookworm-security/main arm64 python3.11-minimal arm64 3.11.2-6+deb12u3 [1857 kB]
7.624 Get:8 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.2-1+b1 [26.3 kB]
7.627 Get:9 http://deb.debian.org/debian bookworm/main arm64 media-types all 10.0.0 [26.1 kB]
7.632 Get:10 http://deb.debian.org/debian-security bookworm-security/main arm64 libpython3.11-stdlib arm64 3.11.2-6+deb12u3 [1747 kB]
7.828 Get:11 http://deb.debian.org/debian-security bookworm-security/main arm64 python3.11 arm64 3.11.2-6+deb12u3 [573 kB]
7.900 Get:12 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.2-1+b1 [9296 B]
7.901 Get:13 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.2-1+b1 [26.3 kB]
7.904 Get:14 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.03-2 [1332 kB]
8.061 Get:15 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-3 [276 kB]
8.093 Get:16 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
8.127 Get:17 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
8.137 Get:18 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
8.241 Get:19 http://deb.debian.org/debian bookworm/main arm64 binutils-common arm64 2.40-2 [2487 kB]
8.563 Get:20 http://deb.debian.org/debian bookworm/main arm64 libbinutils arm64 2.40-2 [645 kB]
8.630 Get:21 http://deb.debian.org/debian bookworm/main arm64 libctf-nobfd0 arm64 2.40-2 [144 kB]
8.644 Get:22 http://deb.debian.org/debian bookworm/main arm64 libctf0 arm64 2.40-2 [79.2 kB]
8.652 Get:23 http://deb.debian.org/debian bookworm/main arm64 libgprofng0 arm64 2.40-2 [680 kB]
8.740 Get:24 http://deb.debian.org/debian bookworm/main arm64 libjansson4 arm64 2.14-2 [40.2 kB]
8.747 Get:25 http://deb.debian.org/debian bookworm/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2 [2637 kB]
9.038 Get:26 http://deb.debian.org/debian bookworm/main arm64 binutils arm64 2.40-2 [64.9 kB]
9.046 Get:27 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1.1 [610 kB]
9.136 Get:28 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB]
9.208 Get:29 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB]
9.212 Get:30 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14 [8226 kB]
10.15 Get:31 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B]
10.15 Get:32 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-6 [1068 kB]
10.28 Get:33 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB]
10.32 Get:34 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14 [37.7 kB]
10.32 Get:35 http://deb.debian.org/debian bookworm/main arm64 libgomp1 arm64 12.2.0-14 [104 kB]
10.34 Get:36 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14 [23.9 kB]
10.34 Get:37 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14 [9536 B]
10.35 Get:38 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14 [2095 kB]
10.58 Get:39 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14 [926 kB]
10.69 Get:40 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14 [2179 kB]
10.93 Get:41 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14 [862 kB]
11.03 Get:42 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14 [998 kB]
11.15 Get:43 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14 [959 kB]
11.30 Get:44 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14 [16.3 MB]
13.26 Get:45 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B]
13.26 Get:46 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-9+deb12u8 [45.4 kB]
13.26 Get:47 http://deb.debian.org/debian bookworm/main arm64 linux-libc-dev arm64 6.1.106-3 [2003 kB]
13.48 Get:48 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB]
13.49 Get:49 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB]
13.52 Get:50 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
13.53 Get:51 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB]
13.53 Get:52 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-9+deb12u8 [1430 kB]
13.73 Get:53 http://deb.debian.org/debian bookworm/main arm64 libstdc++-12-dev arm64 12.2.0-14 [2006 kB]
13.98 Get:54 http://deb.debian.org/debian bookworm/main arm64 g++-12 arm64 12.2.0-14 [9071 kB]
15.05 Get:55 http://deb.debian.org/debian bookworm/main arm64 g++ arm64 4:12.2.0-3 [1336 B]
15.05 Get:56 http://deb.debian.org/debian bookworm/main arm64 javascript-common all 11+nmu1 [6260 B]
15.05 Get:57 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1 [363 kB]
15.09 Get:58 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.6.0-1+deb12u1 [1379 kB]
15.27 Get:59 http://deb.debian.org/debian bookworm/main arm64 libapr1 arm64 1.7.2-3 [94.1 kB]
15.28 Get:60 http://deb.debian.org/debian bookworm/main arm64 libaprutil1 arm64 1.6.3-1 [84.4 kB]
15.28 Get:61 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2+deb12u1 [275 kB]
15.31 Get:62 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB]
15.36 Get:63 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB]
15.46 Get:64 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB]
15.58 Get:65 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.5-2 [171 kB]
15.60 Get:66 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230123.b2528b0-1 [122 kB]
15.61 Get:67 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB]
15.62 Get:68 http://deb.debian.org/debian bookworm/main arm64 libblas3 arm64 3.11.0-2 [91.4 kB]
15.64 Get:69 http://deb.debian.org/debian bookworm/main arm64 libblas-dev arm64 3.11.0-2 [97.6 kB]
15.65 Get:70 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
15.68 Get:71 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB]
15.69 Get:72 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB]
15.73 Get:73 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-5+deb12u3 [368 kB]
15.78 Get:74 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB]
15.82 Get:75 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1+deb12u2 [148 kB]
15.83 Get:76 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB]
15.84 Get:77 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB]
15.91 Get:78 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.15.1-1 [191 kB]
15.93 Get:79 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB]
15.94 Get:80 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB]
15.95 Get:81 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB]
15.96 Get:82 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.2+deb12u1 [260 kB]
16.00 Get:83 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-6+deb12u1 [301 kB]
16.07 Get:84 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
16.08 Get:85 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
16.08 Get:86 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB]
16.11 Get:87 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB]
16.15 Get:88 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB]
16.24 Get:89 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb12u1 [45.4 kB]
16.24 Get:90 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-9 [113 kB]
16.26 Get:91 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-9+deb12u8 [52.6 kB]
16.26 Get:92 http://deb.debian.org/debian-security bookworm-security/main arm64 libexpat1-dev arm64 2.5.0-1+deb12u1 [134 kB]
16.28 Get:93 http://deb.debian.org/debian bookworm/main arm64 libgfortran5 arm64 12.2.0-14 [340 kB]
16.33 Get:94 http://deb.debian.org/debian bookworm/main arm64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
16.36 Get:95 http://deb.debian.org/debian bookworm/main arm64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
16.38 Get:96 http://deb.debian.org/debian bookworm/main arm64 libjs-sphinxdoc all 5.3.0-4 [130 kB]
16.39 Get:97 http://deb.debian.org/debian bookworm/main arm64 liblapack3 arm64 3.11.0-2 [1664 kB]
16.61 Get:98 http://deb.debian.org/debian bookworm/main arm64 liblapack-dev arm64 3.11.0-2 [3065 kB]
17.04 Get:99 http://deb.debian.org/debian-security bookworm-security/main arm64 libpython3.11 arm64 3.11.2-6+deb12u3 [1840 kB]
17.27 Get:100 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB]
17.39 Get:101 http://deb.debian.org/debian-security bookworm-security/main arm64 libpython3.11-dev arm64 3.11.2-6+deb12u3 [4387 kB]
17.91 Get:102 http://deb.debian.org/debian bookworm/main arm64 libpython3-dev arm64 3.11.2-1+b1 [9564 B]
17.91 Get:103 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
17.92 Get:104 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
17.92 Get:105 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB]
17.93 Get:106 http://deb.debian.org/debian bookworm/main arm64 libserf-1-1 arm64 1.3.9-11 [52.5 kB]
17.93 Get:107 http://deb.debian.org/debian bookworm/main arm64 libutf8proc2 arm64 2.8.0-1 [60.6 kB]
17.94 Get:108 http://deb.debian.org/debian bookworm/main arm64 libsvn1 arm64 1.14.2-4+b2 [1283 kB]
18.08 Get:109 http://deb.debian.org/debian bookworm/main arm64 make arm64 4.3-4.1 [391 kB]
18.15 Get:110 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.03-2 [2030 kB]
18.37 Get:111 http://deb.debian.org/debian-security bookworm-security/main arm64 python3.11-dev arm64 3.11.2-6+deb12u3 [616 kB]
18.46 Get:112 http://deb.debian.org/debian bookworm/main arm64 python3-lib2to3 all 3.11.2-3 [76.3 kB]
18.46 Get:113 http://deb.debian.org/debian bookworm/main arm64 python3-distutils all 3.11.2-3 [131 kB]
18.48 Get:114 http://deb.debian.org/debian bookworm/main arm64 python3-dev arm64 3.11.2-1+b1 [26.2 kB]
18.49 Get:115 http://deb.debian.org/debian bookworm/main arm64 subversion arm64 1.14.2-4+b2 [940 kB]
18.68 debconf: delaying package configuration, since apt-utils is not installed
18.70 Fetched 100 MB in 12s (8176 kB/s)
18.71 Selecting previously unselected package perl-modules-5.36.
(Reading database ... 6689 files and directories currently installed.)
18.71 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7+deb12u1_all.deb ...
18.72 Unpacking perl-modules-5.36 (5.36.0-7+deb12u1) ...
18.91 Selecting previously unselected package libgdbm-compat4:arm64.
18.91 Preparing to unpack .../1-libgdbm-compat4_1.23-3_arm64.deb ...
18.91 Unpacking libgdbm-compat4:arm64 (1.23-3) ...
18.93 Selecting previously unselected package libperl5.36:arm64.
18.93 Preparing to unpack .../2-libperl5.36_5.36.0-7+deb12u1_arm64.deb ...
18.93 Unpacking libperl5.36:arm64 (5.36.0-7+deb12u1) ...
19.17 Selecting previously unselected package perl.
19.17 Preparing to unpack .../3-perl_5.36.0-7+deb12u1_arm64.deb ...
19.17 Unpacking perl (5.36.0-7+deb12u1) ...
19.20 Selecting previously unselected package libpython3.11-minimal:arm64.
19.20 Preparing to unpack .../4-libpython3.11-minimal_3.11.2-6+deb12u3_arm64.deb ...
19.20 Unpacking libpython3.11-minimal:arm64 (3.11.2-6+deb12u3) ...
19.26 Preparing to unpack .../5-libexpat1_2.5.0-1+deb12u1_arm64.deb ...
19.26 Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) over (2.5.0-1) ...
19.28 Selecting previously unselected package python3.11-minimal.
19.29 Preparing to unpack .../6-python3.11-minimal_3.11.2-6+deb12u3_arm64.deb ...
19.29 Unpacking python3.11-minimal (3.11.2-6+deb12u3) ...
19.40 Setting up libpython3.11-minimal:arm64 (3.11.2-6+deb12u3) ...
19.41 Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ...
19.41 Setting up python3.11-minimal (3.11.2-6+deb12u3) ...
19.79 Selecting previously unselected package python3-minimal.
(Reading database ... 9002 files and directories currently installed.)
19.79 Preparing to unpack .../python3-minimal_3.11.2-1+b1_arm64.deb ...
19.79 Unpacking python3-minimal (3.11.2-1+b1) ...
19.80 Selecting previously unselected package media-types.
19.81 Preparing to unpack .../media-types_10.0.0_all.deb ...
19.81 Unpacking media-types (10.0.0) ...
19.82 Selecting previously unselected package libpython3.11-stdlib:arm64.
19.82 Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u3_arm64.deb ...
19.82 Unpacking libpython3.11-stdlib:arm64 (3.11.2-6+deb12u3) ...
19.93 Selecting previously unselected package python3.11.
19.93 Preparing to unpack .../python3.11_3.11.2-6+deb12u3_arm64.deb ...
19.93 Unpacking python3.11 (3.11.2-6+deb12u3) ...
19.95 Selecting previously unselected package libpython3-stdlib:arm64.
19.95 Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_arm64.deb ...
19.95 Unpacking libpython3-stdlib:arm64 (3.11.2-1+b1) ...
19.96 Setting up python3-minimal (3.11.2-1+b1) ...
20.04 Selecting previously unselected package python3.
(Reading database ... 9412 files and directories currently installed.)
20.04 Preparing to unpack .../000-python3_3.11.2-1+b1_arm64.deb ...
20.05 Unpacking python3 (3.11.2-1+b1) ...
20.06 Selecting previously unselected package manpages.
20.06 Preparing to unpack .../001-manpages_6.03-2_all.deb ...
20.06 Unpacking manpages (6.03-2) ...
20.12 Selecting previously unselected package m4.
20.12 Preparing to unpack .../002-m4_1.4.19-3_arm64.deb ...
20.12 Unpacking m4 (1.4.19-3) ...
20.15 Selecting previously unselected package autoconf.
20.15 Preparing to unpack .../003-autoconf_2.71-3_all.deb ...
20.15 Unpacking autoconf (2.71-3) ...
20.18 Selecting previously unselected package autotools-dev.
20.18 Preparing to unpack .../004-autotools-dev_20220109.1_all.deb ...
20.18 Unpacking autotools-dev (20220109.1) ...
20.19 Selecting previously unselected package automake.
20.19 Preparing to unpack .../005-automake_1%3a1.16.5-1.3_all.deb ...
20.20 Unpacking automake (1:1.16.5-1.3) ...
20.24 Selecting previously unselected package binutils-common:arm64.
20.24 Preparing to unpack .../006-binutils-common_2.40-2_arm64.deb ...
20.24 Unpacking binutils-common:arm64 (2.40-2) ...
20.39 Selecting previously unselected package libbinutils:arm64.
20.39 Preparing to unpack .../007-libbinutils_2.40-2_arm64.deb ...
20.40 Unpacking libbinutils:arm64 (2.40-2) ...
20.44 Selecting previously unselected package libctf-nobfd0:arm64.
20.44 Preparing to unpack .../008-libctf-nobfd0_2.40-2_arm64.deb ...
20.44 Unpacking libctf-nobfd0:arm64 (2.40-2) ...
20.46 Selecting previously unselected package libctf0:arm64.
20.46 Preparing to unpack .../009-libctf0_2.40-2_arm64.deb ...
20.47 Unpacking libctf0:arm64 (2.40-2) ...
20.48 Selecting previously unselected package libgprofng0:arm64.
20.48 Preparing to unpack .../010-libgprofng0_2.40-2_arm64.deb ...
20.48 Unpacking libgprofng0:arm64 (2.40-2) ...
20.53 Selecting previously unselected package libjansson4:arm64.
20.53 Preparing to unpack .../011-libjansson4_2.14-2_arm64.deb ...
20.53 Unpacking libjansson4:arm64 (2.14-2) ...
20.55 Selecting previously unselected package binutils-aarch64-linux-gnu.
20.55 Preparing to unpack .../012-binutils-aarch64-linux-gnu_2.40-2_arm64.deb ...
20.55 Unpacking binutils-aarch64-linux-gnu (2.40-2) ...
20.73 Selecting previously unselected package binutils.
20.73 Preparing to unpack .../013-binutils_2.40-2_arm64.deb ...
20.73 Unpacking binutils (2.40-2) ...
20.74 Selecting previously unselected package libisl23:arm64.
20.75 Preparing to unpack .../014-libisl23_0.25-1.1_arm64.deb ...
20.75 Unpacking libisl23:arm64 (0.25-1.1) ...
20.79 Selecting previously unselected package libmpfr6:arm64.
20.79 Preparing to unpack .../015-libmpfr6_4.2.0-1_arm64.deb ...
20.79 Unpacking libmpfr6:arm64 (4.2.0-1) ...
20.82 Selecting previously unselected package libmpc3:arm64.
20.82 Preparing to unpack .../016-libmpc3_1.3.1-1_arm64.deb ...
20.82 Unpacking libmpc3:arm64 (1.3.1-1) ...
20.83 Selecting previously unselected package cpp-12.
20.83 Preparing to unpack .../017-cpp-12_12.2.0-14_arm64.deb ...
20.84 Unpacking cpp-12 (12.2.0-14) ...
21.24 Selecting previously unselected package cpp.
21.24 Preparing to unpack .../018-cpp_4%3a12.2.0-3_arm64.deb ...
21.24 Unpacking cpp (4:12.2.0-3) ...
21.25 Selecting previously unselected package fonts-dejavu-core.
21.25 Preparing to unpack .../019-fonts-dejavu-core_2.37-6_all.deb ...
21.25 Unpacking fonts-dejavu-core (2.37-6) ...
21.33 Selecting previously unselected package fontconfig-config.
21.33 Preparing to unpack .../020-fontconfig-config_2.14.1-4_arm64.deb ...
21.38 Unpacking fontconfig-config (2.14.1-4) ...
21.40 Selecting previously unselected package libcc1-0:arm64.
21.40 Preparing to unpack .../021-libcc1-0_12.2.0-14_arm64.deb ...
21.40 Unpacking libcc1-0:arm64 (12.2.0-14) ...
21.42 Selecting previously unselected package libgomp1:arm64.
21.42 Preparing to unpack .../022-libgomp1_12.2.0-14_arm64.deb ...
21.42 Unpacking libgomp1:arm64 (12.2.0-14) ...
21.44 Selecting previously unselected package libitm1:arm64.
21.44 Preparing to unpack .../023-libitm1_12.2.0-14_arm64.deb ...
21.44 Unpacking libitm1:arm64 (12.2.0-14) ...
21.45 Selecting previously unselected package libatomic1:arm64.
21.45 Preparing to unpack .../024-libatomic1_12.2.0-14_arm64.deb ...
21.45 Unpacking libatomic1:arm64 (12.2.0-14) ...
21.46 Selecting previously unselected package libasan8:arm64.
21.46 Preparing to unpack .../025-libasan8_12.2.0-14_arm64.deb ...
21.46 Unpacking libasan8:arm64 (12.2.0-14) ...
21.59 Selecting previously unselected package liblsan0:arm64.
21.59 Preparing to unpack .../026-liblsan0_12.2.0-14_arm64.deb ...
21.59 Unpacking liblsan0:arm64 (12.2.0-14) ...
21.66 Selecting previously unselected package libtsan2:arm64.
21.66 Preparing to unpack .../027-libtsan2_12.2.0-14_arm64.deb ...
21.66 Unpacking libtsan2:arm64 (12.2.0-14) ...
21.80 Selecting previously unselected package libubsan1:arm64.
21.80 Preparing to unpack .../028-libubsan1_12.2.0-14_arm64.deb ...
21.80 Unpacking libubsan1:arm64 (12.2.0-14) ...
21.86 Selecting previously unselected package libhwasan0:arm64.
21.86 Preparing to unpack .../029-libhwasan0_12.2.0-14_arm64.deb ...
21.87 Unpacking libhwasan0:arm64 (12.2.0-14) ...
21.93 Selecting previously unselected package libgcc-12-dev:arm64.
21.93 Preparing to unpack .../030-libgcc-12-dev_12.2.0-14_arm64.deb ...
21.93 Unpacking libgcc-12-dev:arm64 (12.2.0-14) ...
22.01 Selecting previously unselected package gcc-12.
22.01 Preparing to unpack .../031-gcc-12_12.2.0-14_arm64.deb ...
22.01 Unpacking gcc-12 (12.2.0-14) ...
22.49 Selecting previously unselected package gcc.
22.49 Preparing to unpack .../032-gcc_4%3a12.2.0-3_arm64.deb ...
22.49 Unpacking gcc (4:12.2.0-3) ...
22.50 Selecting previously unselected package libc-dev-bin.
22.50 Preparing to unpack .../033-libc-dev-bin_2.36-9+deb12u8_arm64.deb ...
22.50 Unpacking libc-dev-bin (2.36-9+deb12u8) ...
22.52 Selecting previously unselected package linux-libc-dev:arm64.
22.52 Preparing to unpack .../034-linux-libc-dev_6.1.106-3_arm64.deb ...
22.52 Unpacking linux-libc-dev:arm64 (6.1.106-3) ...
22.60 Selecting previously unselected package libcrypt-dev:arm64.
22.60 Preparing to unpack .../035-libcrypt-dev_1%3a4.4.33-2_arm64.deb ...
22.60 Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ...
22.62 Selecting previously unselected package libtirpc-dev:arm64.
22.62 Preparing to unpack .../036-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
22.62 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
22.64 Selecting previously unselected package libnsl-dev:arm64.
22.64 Preparing to unpack .../037-libnsl-dev_1.3.0-2_arm64.deb ...
22.64 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
22.66 Selecting previously unselected package rpcsvc-proto.
22.66 Preparing to unpack .../038-rpcsvc-proto_1.4.3-1_arm64.deb ...
22.66 Unpacking rpcsvc-proto (1.4.3-1) ...
22.67 Selecting previously unselected package libc6-dev:arm64.
22.67 Preparing to unpack .../039-libc6-dev_2.36-9+deb12u8_arm64.deb ...
22.67 Unpacking libc6-dev:arm64 (2.36-9+deb12u8) ...
22.77 Selecting previously unselected package libstdc++-12-dev:arm64.
22.77 Preparing to unpack .../040-libstdc++-12-dev_12.2.0-14_arm64.deb ...
22.77 Unpacking libstdc++-12-dev:arm64 (12.2.0-14) ...
22.91 Selecting previously unselected package g++-12.
22.91 Preparing to unpack .../041-g++-12_12.2.0-14_arm64.deb ...
22.91 Unpacking g++-12 (12.2.0-14) ...
23.34 Selecting previously unselected package g++.
23.34 Preparing to unpack .../042-g++_4%3a12.2.0-3_arm64.deb ...
23.34 Unpacking g++ (4:12.2.0-3) ...
23.35 Selecting previously unselected package javascript-common.
23.35 Preparing to unpack .../043-javascript-common_11+nmu1_all.deb ...
23.35 Unpacking javascript-common (11+nmu1) ...
23.37 Selecting previously unselected package libabsl20220623:arm64.
23.37 Preparing to unpack .../044-libabsl20220623_20220623.1-1_arm64.deb ...
23.37 Unpacking libabsl20220623:arm64 (20220623.1-1) ...
23.41 Selecting previously unselected package libaom3:arm64.
23.41 Preparing to unpack .../045-libaom3_3.6.0-1+deb12u1_arm64.deb ...
23.41 Unpacking libaom3:arm64 (3.6.0-1+deb12u1) ...
23.50 Selecting previously unselected package libapr1:arm64.
23.50 Preparing to unpack .../046-libapr1_1.7.2-3_arm64.deb ...
23.50 Unpacking libapr1:arm64 (1.7.2-3) ...
23.52 Selecting previously unselected package libaprutil1:arm64.
23.52 Preparing to unpack .../047-libaprutil1_1.6.3-1_arm64.deb ...
23.52 Unpacking libaprutil1:arm64 (1.6.3-1) ...
23.53 Selecting previously unselected package libdav1d6:arm64.
23.53 Preparing to unpack .../048-libdav1d6_1.0.0-2+deb12u1_arm64.deb ...
23.54 Unpacking libdav1d6:arm64 (1.0.0-2+deb12u1) ...
23.56 Selecting previously unselected package libgav1-1:arm64.
23.56 Preparing to unpack .../049-libgav1-1_0.18.0-1+b1_arm64.deb ...
23.57 Unpacking libgav1-1:arm64 (0.18.0-1+b1) ...
23.60 Selecting previously unselected package librav1e0:arm64.
23.60 Preparing to unpack .../050-librav1e0_0.5.1-6_arm64.deb ...
23.60 Unpacking librav1e0:arm64 (0.5.1-6) ...
23.64 Selecting previously unselected package libsvtav1enc1:arm64.
23.64 Preparing to unpack .../051-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ...
23.65 Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
23.71 Selecting previously unselected package libjpeg62-turbo:arm64.
23.72 Preparing to unpack .../052-libjpeg62-turbo_1%3a2.1.5-2_arm64.deb ...
23.72 Unpacking libjpeg62-turbo:arm64 (1:2.1.5-2) ...
23.74 Selecting previously unselected package libyuv0:arm64.
23.74 Preparing to unpack .../053-libyuv0_0.0~git20230123.b2528b0-1_arm64.deb ...
23.74 Unpacking libyuv0:arm64 (0.0~git20230123.b2528b0-1) ...
23.76 Selecting previously unselected package libavif15:arm64.
23.76 Preparing to unpack .../054-libavif15_0.11.1-1_arm64.deb ...
23.76 Unpacking libavif15:arm64 (0.11.1-1) ...
23.78 Selecting previously unselected package libblas3:arm64.
23.78 Preparing to unpack .../055-libblas3_3.11.0-2_arm64.deb ...
23.78 Unpacking libblas3:arm64 (3.11.0-2) ...
23.79 Selecting previously unselected package libblas-dev:arm64.
23.80 Preparing to unpack .../056-libblas-dev_3.11.0-2_arm64.deb ...
23.80 Unpacking libblas-dev:arm64 (3.11.0-2) ...
23.81 Selecting previously unselected package libbrotli1:arm64.
23.81 Preparing to unpack .../057-libbrotli1_1.0.9-2+b6_arm64.deb ...
23.82 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
23.84 Selecting previously unselected package libbsd0:arm64.
23.84 Preparing to unpack .../058-libbsd0_0.11.7-2_arm64.deb ...
23.84 Unpacking libbsd0:arm64 (0.11.7-2) ...
23.86 Selecting previously unselected package libpng16-16:arm64.
23.86 Preparing to unpack .../059-libpng16-16_1.6.39-2_arm64.deb ...
23.86 Unpacking libpng16-16:arm64 (1.6.39-2) ...
23.89 Selecting previously unselected package libfreetype6:arm64.
23.89 Preparing to unpack .../060-libfreetype6_2.12.1+dfsg-5+deb12u3_arm64.deb ...
23.89 Unpacking libfreetype6:arm64 (2.12.1+dfsg-5+deb12u3) ...
23.92 Selecting previously unselected package libfontconfig1:arm64.
23.92 Preparing to unpack .../061-libfontconfig1_2.14.1-4_arm64.deb ...
23.92 Unpacking libfontconfig1:arm64 (2.14.1-4) ...
23.94 Selecting previously unselected package libde265-0:arm64.
23.94 Preparing to unpack .../062-libde265-0_1.0.11-1+deb12u2_arm64.deb ...
23.94 Unpacking libde265-0:arm64 (1.0.11-1+deb12u2) ...
23.96 Selecting previously unselected package libnuma1:arm64.
23.96 Preparing to unpack .../063-libnuma1_2.0.16-1_arm64.deb ...
23.96 Unpacking libnuma1:arm64 (2.0.16-1) ...
23.98 Selecting previously unselected package libx265-199:arm64.
23.98 Preparing to unpack .../064-libx265-199_3.5-2+b1_arm64.deb ...
23.98 Unpacking libx265-199:arm64 (3.5-2+b1) ...
24.02 Selecting previously unselected package libheif1:arm64.
24.02 Preparing to unpack .../065-libheif1_1.15.1-1_arm64.deb ...
24.03 Unpacking libheif1:arm64 (1.15.1-1) ...
24.05 Selecting previously unselected package libdeflate0:arm64.
24.05 Preparing to unpack .../066-libdeflate0_1.14-1_arm64.deb ...
24.05 Unpacking libdeflate0:arm64 (1.14-1) ...
24.07 Selecting previously unselected package libjbig0:arm64.
24.07 Preparing to unpack .../067-libjbig0_2.1-6.1_arm64.deb ...
24.07 Unpacking libjbig0:arm64 (2.1-6.1) ...
24.08 Selecting previously unselected package liblerc4:arm64.
24.08 Preparing to unpack .../068-liblerc4_4.0.0+ds-2_arm64.deb ...
24.09 Unpacking liblerc4:arm64 (4.0.0+ds-2) ...
24.10 Selecting previously unselected package libwebp7:arm64.
24.10 Preparing to unpack .../069-libwebp7_1.2.4-0.2+deb12u1_arm64.deb ...
24.11 Unpacking libwebp7:arm64 (1.2.4-0.2+deb12u1) ...
24.13 Selecting previously unselected package libtiff6:arm64.
24.13 Preparing to unpack .../070-libtiff6_4.5.0-6+deb12u1_arm64.deb ...
24.13 Unpacking libtiff6:arm64 (4.5.0-6+deb12u1) ...
24.15 Selecting previously unselected package libxau6:arm64.
24.15 Preparing to unpack .../071-libxau6_1%3a1.0.9-1_arm64.deb ...
24.16 Unpacking libxau6:arm64 (1:1.0.9-1) ...
24.17 Selecting previously unselected package libxdmcp6:arm64.
24.17 Preparing to unpack .../072-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
24.17 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
24.18 Selecting previously unselected package libxcb1:arm64.
24.18 Preparing to unpack .../073-libxcb1_1.15-1_arm64.deb ...
24.18 Unpacking libxcb1:arm64 (1.15-1) ...
24.20 Selecting previously unselected package libx11-data.
24.20 Preparing to unpack .../074-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ...
24.20 Unpacking libx11-data (2:1.8.4-2+deb12u2) ...
24.23 Selecting previously unselected package libx11-6:arm64.
24.23 Preparing to unpack .../075-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ...
24.23 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ...
24.28 Selecting previously unselected package libxpm4:arm64.
24.28 Preparing to unpack .../076-libxpm4_1%3a3.5.12-1.1+deb12u1_arm64.deb ...
24.28 Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ...
24.29 Selecting previously unselected package libgd3:arm64.
24.29 Preparing to unpack .../077-libgd3_2.3.3-9_arm64.deb ...
24.29 Unpacking libgd3:arm64 (2.3.3-9) ...
24.31 Selecting previously unselected package libc-devtools.
24.31 Preparing to unpack .../078-libc-devtools_2.36-9+deb12u8_arm64.deb ...
24.31 Unpacking libc-devtools (2.36-9+deb12u8) ...
24.32 Selecting previously unselected package libexpat1-dev:arm64.
24.33 Preparing to unpack .../079-libexpat1-dev_2.5.0-1+deb12u1_arm64.deb ...
24.33 Unpacking libexpat1-dev:arm64 (2.5.0-1+deb12u1) ...
24.35 Selecting previously unselected package libgfortran5:arm64.
24.35 Preparing to unpack .../080-libgfortran5_12.2.0-14_arm64.deb ...
24.35 Unpacking libgfortran5:arm64 (12.2.0-14) ...
24.38 Selecting previously unselected package libjs-jquery.
24.38 Preparing to unpack .../081-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
24.38 Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
24.41 Selecting previously unselected package libjs-underscore.
24.41 Preparing to unpack .../082-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
24.41 Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
24.42 Selecting previously unselected package libjs-sphinxdoc.
24.43 Preparing to unpack .../083-libjs-sphinxdoc_5.3.0-4_all.deb ...
24.43 Unpacking libjs-sphinxdoc (5.3.0-4) ...
24.45 Selecting previously unselected package liblapack3:arm64.
24.45 Preparing to unpack .../084-liblapack3_3.11.0-2_arm64.deb ...
24.46 Unpacking liblapack3:arm64 (3.11.0-2) ...
24.56 Selecting previously unselected package liblapack-dev:arm64.
24.56 Preparing to unpack .../085-liblapack-dev_3.11.0-2_arm64.deb ...
24.56 Unpacking liblapack-dev:arm64 (3.11.0-2) ...
24.75 Selecting previously unselected package libpython3.11:arm64.
24.75 Preparing to unpack .../086-libpython3.11_3.11.2-6+deb12u3_arm64.deb ...
24.75 Unpacking libpython3.11:arm64 (3.11.2-6+deb12u3) ...
24.87 Selecting previously unselected package zlib1g-dev:arm64.
24.87 Preparing to unpack .../087-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ...
24.87 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
24.91 Selecting previously unselected package libpython3.11-dev:arm64.
24.91 Preparing to unpack .../088-libpython3.11-dev_3.11.2-6+deb12u3_arm64.deb ...
24.91 Unpacking libpython3.11-dev:arm64 (3.11.2-6+deb12u3) ...
25.17 Selecting previously unselected package libpython3-dev:arm64.
25.18 Preparing to unpack .../089-libpython3-dev_3.11.2-1+b1_arm64.deb ...
25.18 Unpacking libpython3-dev:arm64 (3.11.2-1+b1) ...
25.19 Selecting previously unselected package libsasl2-modules-db:arm64.
25.19 Preparing to unpack .../090-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
25.19 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
25.20 Selecting previously unselected package libsasl2-2:arm64.
25.21 Preparing to unpack .../091-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
25.21 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
25.22 Selecting previously unselected package libsasl2-modules:arm64.
25.22 Preparing to unpack .../092-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ...
25.23 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ...
25.24 Selecting previously unselected package libserf-1-1:arm64.
25.24 Preparing to unpack .../093-libserf-1-1_1.3.9-11_arm64.deb ...
25.24 Unpacking libserf-1-1:arm64 (1.3.9-11) ...
25.26 Selecting previously unselected package libutf8proc2:arm64.
25.26 Preparing to unpack .../094-libutf8proc2_2.8.0-1_arm64.deb ...
25.26 Unpacking libutf8proc2:arm64 (2.8.0-1) ...
25.28 Selecting previously unselected package libsvn1:arm64.
25.28 Preparing to unpack .../095-libsvn1_1.14.2-4+b2_arm64.deb ...
25.28 Unpacking libsvn1:arm64 (1.14.2-4+b2) ...
25.35 Selecting previously unselected package make.
25.35 Preparing to unpack .../096-make_4.3-4.1_arm64.deb ...
25.36 Unpacking make (4.3-4.1) ...
25.39 Selecting previously unselected package manpages-dev.
25.39 Preparing to unpack .../097-manpages-dev_6.03-2_all.deb ...
25.39 Unpacking manpages-dev (6.03-2) ...
25.52 Selecting previously unselected package python3.11-dev.
25.52 Preparing to unpack .../098-python3.11-dev_3.11.2-6+deb12u3_arm64.deb ...
25.52 Unpacking python3.11-dev (3.11.2-6+deb12u3) ...
25.54 Selecting previously unselected package python3-lib2to3.
25.54 Preparing to unpack .../099-python3-lib2to3_3.11.2-3_all.deb ...
25.54 Unpacking python3-lib2to3 (3.11.2-3) ...
25.56 Selecting previously unselected package python3-distutils.
25.56 Preparing to unpack .../100-python3-distutils_3.11.2-3_all.deb ...
25.56 Unpacking python3-distutils (3.11.2-3) ...
25.58 Selecting previously unselected package python3-dev.
25.58 Preparing to unpack .../101-python3-dev_3.11.2-1+b1_arm64.deb ...
25.58 Unpacking python3-dev (3.11.2-1+b1) ...
25.60 Selecting previously unselected package subversion.
25.60 Preparing to unpack .../102-subversion_1.14.2-4+b2_arm64.deb ...
25.61 Unpacking subversion (1.14.2-4+b2) ...
25.67 Setting up media-types (10.0.0) ...
25.67 Setting up javascript-common (11+nmu1) ...
25.68 Setting up libaom3:arm64 (3.6.0-1+deb12u1) ...
25.69 Setting up libabsl20220623:arm64 (20220623.1-1) ...
25.69 Setting up libxau6:arm64 (1:1.0.9-1) ...
25.69 Setting up liblerc4:arm64 (4.0.0+ds-2) ...
25.70 Setting up manpages (6.03-2) ...
25.70 Setting up libpython3.11-stdlib:arm64 (3.11.2-6+deb12u3) ...
25.70 Setting up libutf8proc2:arm64 (2.8.0-1) ...
25.70 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
25.71 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ...
25.71 Setting up binutils-common:arm64 (2.40-2) ...
25.72 Setting up libdeflate0:arm64 (1.14-1) ...
25.72 Setting up libapr1:arm64 (1.7.2-3) ...
25.72 Setting up linux-libc-dev:arm64 (6.1.106-3) ...
25.73 Setting up libctf-nobfd0:arm64 (2.40-2) ...
25.73 Setting up m4 (1.4.19-3) ...
25.73 Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
25.74 Setting up libgomp1:arm64 (12.2.0-14) ...
25.74 Setting up libjbig0:arm64 (2.1-6.1) ...
25.74 Setting up librav1e0:arm64 (0.5.1-6) ...
25.74 Setting up libjansson4:arm64 (2.14-2) ...
25.75 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
25.75 Setting up perl-modules-5.36 (5.36.0-7+deb12u1) ...
25.75 Setting up autotools-dev (20220109.1) ...
25.76 Setting up libblas3:arm64 (3.11.0-2) ...
25.76 update-alternatives: using /usr/lib/aarch64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/aarch64-linux-gnu/libblas.so.3 (libblas.so.3-aarch64-linux-gnu) in auto mode
25.76 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
25.76 Setting up rpcsvc-proto (1.4.3-1) ...
25.77 Setting up libjpeg62-turbo:arm64 (1:2.1.5-2) ...
25.77 Setting up libx11-data (2:1.8.4-2+deb12u2) ...
25.77 Setting up make (4.3-4.1) ...
25.78 Setting up libmpfr6:arm64 (4.2.0-1) ...
25.78 Setting up libpng16-16:arm64 (1.6.39-2) ...
25.78 Setting up libmpc3:arm64 (1.3.1-1) ...
25.78 Setting up libatomic1:arm64 (12.2.0-14) ...
25.79 Setting up fonts-dejavu-core (2.37-6) ...
25.80 Setting up libgdbm-compat4:arm64 (1.23-3) ...
25.80 Setting up libgav1-1:arm64 (0.18.0-1+b1) ...
25.81 Setting up libdav1d6:arm64 (1.0.0-2+deb12u1) ...
25.81 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
25.81 Setting up libgfortran5:arm64 (12.2.0-14) ...
25.82 Setting up libwebp7:arm64 (1.2.4-0.2+deb12u1) ...
25.82 Setting up libubsan1:arm64 (12.2.0-14) ...
25.82 Setting up libnuma1:arm64 (2.0.16-1) ...
25.83 Setting up libnsl-dev:arm64 (1.3.0-2) ...
25.83 Setting up libhwasan0:arm64 (12.2.0-14) ...
25.83 Setting up libcrypt-dev:arm64 (1:4.4.33-2) ...
25.84 Setting up libtiff6:arm64 (4.5.0-6+deb12u1) ...
25.84 Setting up libasan8:arm64 (12.2.0-14) ...
25.84 Setting up libtsan2:arm64 (12.2.0-14) ...
25.84 Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
25.85 Setting up libbinutils:arm64 (2.40-2) ...
25.85 Setting up libisl23:arm64 (0.25-1.1) ...
25.86 Setting up libde265-0:arm64 (1.0.11-1+deb12u2) ...
25.86 Setting up libc-dev-bin (2.36-9+deb12u8) ...
25.86 Setting up libbsd0:arm64 (0.11.7-2) ...
25.86 Setting up libyuv0:arm64 (0.0~git20230123.b2528b0-1) ...
25.87 Setting up libcc1-0:arm64 (12.2.0-14) ...
25.87 Setting up libperl5.36:arm64 (5.36.0-7+deb12u1) ...
25.87 Setting up liblsan0:arm64 (12.2.0-14) ...
25.88 Setting up libblas-dev:arm64 (3.11.0-2) ...
25.88 update-alternatives: using /usr/lib/aarch64-linux-gnu/blas/libblas.so to provide /usr/lib/aarch64-linux-gnu/libblas.so (libblas.so-aarch64-linux-gnu) in auto mode
25.88 Setting up libitm1:arm64 (12.2.0-14) ...
25.89 Setting up libpython3-stdlib:arm64 (3.11.2-1+b1) ...
25.89 Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
25.89 Setting up libaprutil1:arm64 (1.6.3-1) ...
25.89 Setting up libctf0:arm64 (2.40-2) ...
25.90 Setting up manpages-dev (6.03-2) ...
25.90 Setting up python3.11 (3.11.2-6+deb12u3) ...
26.30 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
26.31 Setting up liblapack3:arm64 (3.11.0-2) ...
26.31 update-alternatives: using /usr/lib/aarch64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/aarch64-linux-gnu/liblapack.so.3 (liblapack.so.3-aarch64-linux-gnu) in auto mode
26.31 Setting up cpp-12 (12.2.0-14) ...
26.31 Setting up libxcb1:arm64 (1.15-1) ...
26.32 Setting up libpython3.11:arm64 (3.11.2-6+deb12u3) ...
26.32 Setting up libavif15:arm64 (0.11.1-1) ...
26.32 Setting up fontconfig-config (2.14.1-4) ...
26.37 debconf: unable to initialize frontend: Dialog
26.37 debconf: (TERM is not set, so the dialog frontend is not usable.)
26.37 debconf: falling back to frontend: Readline
26.37 debconf: unable to initialize frontend: Readline
26.37 debconf: (This frontend requires a controlling tty.)
26.37 debconf: falling back to frontend: Teletype
26.43 Setting up libserf-1-1:arm64 (1.3.9-11) ...
26.44 Setting up python3 (3.11.2-1+b1) ...
26.44 running python rtupdate hooks for python3.11...
26.44 running python post-rtupdate hooks for python3.11...
26.49 Setting up perl (5.36.0-7+deb12u1) ...
26.50 Setting up libgprofng0:arm64 (2.40-2) ...
26.50 Setting up libfreetype6:arm64 (2.12.1+dfsg-5+deb12u3) ...
26.51 Setting up libgcc-12-dev:arm64 (12.2.0-14) ...
26.51 Setting up liblapack-dev:arm64 (3.11.0-2) ...
26.51 update-alternatives: using /usr/lib/aarch64-linux-gnu/lapack/liblapack.so to provide /usr/lib/aarch64-linux-gnu/liblapack.so (liblapack.so-aarch64-linux-gnu) in auto mode
26.51 Setting up libjs-sphinxdoc (5.3.0-4) ...
26.52 Setting up autoconf (2.71-3) ...
26.52 Setting up libx265-199:arm64 (3.5-2+b1) ...
26.52 Setting up cpp (4:12.2.0-3) ...
26.53 Setting up libc6-dev:arm64 (2.36-9+deb12u8) ...
26.53 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ...
26.54 Setting up libfontconfig1:arm64 (2.14.1-4) ...
26.54 Setting up libsvn1:arm64 (1.14.2-4+b2) ...
26.54 Setting up python3-lib2to3 (3.11.2-3) ...
26.59 Setting up automake (1:1.16.5-1.3) ...
26.60 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
26.60 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
26.60 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
26.60 Setting up python3-distutils (3.11.2-3) ...
26.67 Setting up libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ...
26.67 Setting up libstdc++-12-dev:arm64 (12.2.0-14) ...
26.67 Setting up libheif1:arm64 (1.15.1-1) ...
26.68 Setting up subversion (1.14.2-4+b2) ...
26.68 Setting up binutils-aarch64-linux-gnu (2.40-2) ...
26.69 Setting up binutils (2.40-2) ...
26.69 Setting up libexpat1-dev:arm64 (2.5.0-1+deb12u1) ...
26.69 Setting up gcc-12 (12.2.0-14) ...
26.70 Setting up libgd3:arm64 (2.3.3-9) ...
26.70 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ...
26.70 Setting up libc-devtools (2.36-9+deb12u8) ...
26.71 Setting up g++-12 (12.2.0-14) ...
26.71 Setting up gcc (4:12.2.0-3) ...
26.72 Setting up libpython3.11-dev:arm64 (3.11.2-6+deb12u3) ...
26.72 Setting up g++ (4:12.2.0-3) ...
26.72 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
26.73 Setting up libpython3-dev:arm64 (3.11.2-1+b1) ...
26.73 Setting up python3.11-dev (3.11.2-6+deb12u3) ...
26.73 Setting up python3-dev (3.11.2-1+b1) ...
26.73 Processing triggers for libc-bin (2.36-9+deb12u8) ...
27.07 Collecting influxdb-client
27.18 Downloading influxdb_client-1.46.0-py3-none-any.whl.metadata (64 kB)
27.27 Collecting openstef-dbc==3.7.6
27.30 Downloading openstef_dbc-3.7.6-py3-none-any.whl.metadata (4.0 kB)
27.46 Collecting pydantic
27.49 Downloading pydantic-2.9.2-py3-none-any.whl.metadata (149 kB)
27.63 Collecting pydantic-settings
27.66 Downloading pydantic_settings-2.5.2-py3-none-any.whl.metadata (3.5 kB)
27.70 Collecting ciso8601~=2.3.0 (from openstef-dbc==3.7.6)
27.73 Downloading ciso8601-2.3.1.tar.gz (31 kB)
27.74 Installing build dependencies: started
29.00 Installing build dependencies: finished with status 'done'
29.00 Getting requirements to build wheel: started
29.10 Getting requirements to build wheel: finished with status 'done'
29.10 Preparing metadata (pyproject.toml): started
29.20 Preparing metadata (pyproject.toml): finished with status 'done'
29.25 Collecting geopy~=2.3.0 (from openstef-dbc==3.7.6)
29.27 Downloading geopy-2.3.0-py3-none-any.whl.metadata (6.7 kB)
29.34 Collecting openstef~=3.4.4 (from openstef-dbc==3.7.6)
29.37 Downloading openstef-3.4.33-py3-none-any.whl.metadata (7.4 kB)
29.37 Collecting influxdb-client
29.40 Downloading influxdb_client-1.36.1-py3-none-any.whl.metadata (63 kB)
29.48 Collecting mysql-connector-python~=8.3.0 (from openstef-dbc==3.7.6)
29.50 Downloading mysql_connector_python-8.3.0-cp310-cp310-manylinux_2_17_aarch64.whl.metadata (2.0 kB)
29.54 Collecting PyMySQL~=1.0.2 (from openstef-dbc==3.7.6)
29.57 Downloading PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB)
29.63 Collecting PyYAML~=6.0 (from openstef-dbc==3.7.6)
29.66 Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
29.71 Collecting requests~=2.28.1 (from openstef-dbc==3.7.6)
29.74 Downloading requests-2.28.2-py3-none-any.whl.metadata (4.6 kB)
30.05 Collecting SQLAlchemy~=2.0.21 (from openstef-dbc==3.7.6)
30.07 Downloading SQLAlchemy-2.0.35-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.6 kB)
30.12 Collecting reactivex>=4.0.4 (from influxdb-client)
30.15 Downloading reactivex-4.0.4-py3-none-any.whl.metadata (5.5 kB)
30.19 Collecting certifi>=14.05.14 (from influxdb-client)
30.22 Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
30.26 Collecting python-dateutil>=2.5.3 (from influxdb-client)
30.28 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
30.29 Requirement already satisfied: setuptools>=21.0.0 in /usr/local/lib/python3.10/site-packages (from influxdb-client) (65.5.1)
30.34 Collecting urllib3>=1.26.0 (from influxdb-client)
30.37 Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
30.40 Collecting annotated-types>=0.6.0 (from pydantic)
30.43 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
31.01 Collecting pydantic-core==2.23.4 (from pydantic)
31.04 Downloading pydantic_core-2.23.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.6 kB)
31.08 Collecting typing-extensions>=4.6.1 (from pydantic)
31.10 Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
31.15 Collecting python-dotenv>=0.21.0 (from pydantic-settings)
31.18 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
31.22 Collecting geographiclib<3,>=1.52 (from geopy~=2.3.0->openstef-dbc==3.7.6)
31.25 Downloading geographiclib-2.0-py3-none-any.whl.metadata (1.4 kB)
31.30 Collecting holidays==0.21 (from openstef~=3.4.4->openstef-dbc==3.7.6)
31.33 Downloading holidays-0.21-py3-none-any.whl.metadata (15 kB)
31.37 Collecting joblib==1.3.2 (from openstef~=3.4.4->openstef-dbc==3.7.6)
31.40 Downloading joblib-1.3.2-py3-none-any.whl.metadata (5.4 kB)
31.44 Collecting lightgbm~=3.3 (from openstef~=3.4.4->openstef-dbc==3.7.6)
31.47 Downloading lightgbm-3.3.5-py3-none-manylinux2014_aarch64.whl.metadata (15 kB)
31.61 Collecting matplotlib~=3.7 (from openstef~=3.4.4->openstef-dbc==3.7.6)
31.64 Downloading matplotlib-3.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (11 kB)
31.69 Collecting mlflow~=2.3 (from openstef~=3.4.4->openstef-dbc==3.7.6)
31.72 Downloading mlflow-2.16.2-py3-none-any.whl.metadata (29 kB)
31.78 Collecting networkx~=3.1 (from openstef~=3.4.4->openstef-dbc==3.7.6)
31.80 Downloading networkx-3.3-py3-none-any.whl.metadata (5.1 kB)
31.85 Collecting optuna~=3.1 (from openstef~=3.4.4->openstef-dbc==3.7.6)
31.88 Downloading optuna-3.6.1-py3-none-any.whl.metadata (17 kB)
31.92 Collecting optuna-integration~=3.6 (from openstef~=3.4.4->openstef-dbc==3.7.6)
31.95 Downloading optuna_integration-3.6.0-py3-none-any.whl.metadata (10 kB)
32.12 Collecting pandas~=2.2.0 (from openstef~=3.4.4->openstef-dbc==3.7.6)
32.15 Downloading pandas-2.2.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (89 kB)
32.24 Collecting plotly~=5.18 (from openstef~=3.4.4->openstef-dbc==3.7.6)
32.27 Downloading plotly-5.24.1-py3-none-any.whl.metadata (7.3 kB)
32.31 Collecting pvlib==0.9.4 (from openstef~=3.4.4->openstef-dbc==3.7.6)
32.34 Downloading pvlib-0.9.4-py3-none-any.whl.metadata (4.3 kB)
32.39 Collecting pymsteams~=0.2.2 (from openstef~=3.4.4->openstef-dbc==3.7.6)
32.41 Downloading pymsteams-0.2.3.tar.gz (12 kB)
32.42 Preparing metadata (setup.py): started
32.68 Preparing metadata (setup.py): finished with status 'done'
32.78 Collecting scikit-learn~=1.3 (from openstef~=3.4.4->openstef-dbc==3.7.6)
32.81 Downloading scikit_learn-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (13 kB)
32.93 Collecting scipy~=1.10 (from openstef~=3.4.4->openstef-dbc==3.7.6)
32.96 Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (60 kB)
33.04 Collecting statsmodels<1.0.0,>=0.13.5 (from openstef~=3.4.4->openstef-dbc==3.7.6)
33.07 Downloading statsmodels-0.14.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.2 kB)
33.11 Collecting structlog<25,>=23.1 (from openstef~=3.4.4->openstef-dbc==3.7.6)
33.14 Downloading structlog-24.4.0-py3-none-any.whl.metadata (7.3 kB)
33.19 Collecting xgboost~=2.0 (from openstef~=3.4.4->openstef-dbc==3.7.6)
33.22 Downloading xgboost-2.1.1-py3-none-manylinux_2_28_aarch64.whl.metadata (2.1 kB)
33.26 Collecting PyMeeus (from holidays==0.21->openstef~=3.4.4->openstef-dbc==3.7.6)
33.29 Downloading PyMeeus-0.5.12.tar.gz (5.8 MB)
33.92 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 9.7 MB/s eta 0:00:00
34.11 Preparing metadata (setup.py): started
34.23 Preparing metadata (setup.py): finished with status 'done'
34.27 Collecting convertdate>=2.3.0 (from holidays==0.21->openstef~=3.4.4->openstef-dbc==3.7.6)
34.30 Downloading convertdate-2.4.0-py3-none-any.whl.metadata (8.3 kB)
34.34 Collecting hijri-converter (from holidays==0.21->openstef~=3.4.4->openstef-dbc==3.7.6)
34.37 Downloading hijri_converter-2.3.1-py3-none-any.whl.metadata (2.7 kB)
34.40 Collecting korean-lunar-calendar (from holidays==0.21->openstef~=3.4.4->openstef-dbc==3.7.6)
34.43 Downloading korean_lunar_calendar-0.3.1-py3-none-any.whl.metadata (2.8 kB)
34.64 Collecting numpy>=1.16.0 (from pvlib==0.9.4->openstef~=3.4.4->openstef-dbc==3.7.6)
34.66 Downloading numpy-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (62 kB)
34.74 Collecting pytz (from pvlib==0.9.4->openstef~=3.4.4->openstef-dbc==3.7.6)
34.77 Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
34.87 Collecting h5py (from pvlib==0.9.4->openstef~=3.4.4->openstef-dbc==3.7.6)
34.90 Downloading h5py-3.11.0.tar.gz (406 kB)
35.01 Installing build dependencies: started
40.29 Installing build dependencies: finished with status 'done'
40.29 Getting requirements to build wheel: started
40.46 Getting requirements to build wheel: finished with status 'done'
40.46 Preparing metadata (pyproject.toml): started
40.63 Preparing metadata (pyproject.toml): finished with status 'done'
40.66 Collecting six>=1.5 (from python-dateutil>=2.5.3->influxdb-client)
40.69 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
40.79 Collecting charset-normalizer<4,>=2 (from requests~=2.28.1->openstef-dbc==3.7.6)
40.82 Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (33 kB)
40.86 Collecting idna<4,>=2.5 (from requests~=2.28.1->openstef-dbc==3.7.6)
40.89 Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
40.90 Collecting urllib3>=1.26.0 (from influxdb-client)
40.92 Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
41.08 Collecting greenlet!=0.4.17 (from SQLAlchemy~=2.0.21->openstef-dbc==3.7.6)
41.10 Downloading greenlet-3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.8 kB)
41.11 Requirement already satisfied: wheel in /usr/local/lib/python3.10/site-packages (from lightgbm~=3.3->openstef~=3.4.4->openstef-dbc==3.7.6) (0.44.0)
41.19 Collecting contourpy>=1.0.1 (from matplotlib~=3.7->openstef~=3.4.4->openstef-dbc==3.7.6)
41.22 Downloading contourpy-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.4 kB)
41.26 Collecting cycler>=0.10 (from matplotlib~=3.7->openstef~=3.4.4->openstef-dbc==3.7.6)
41.28 Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
41.45 Collecting fonttools>=4.22.0 (from matplotlib~=3.7->openstef~=3.4.4->openstef-dbc==3.7.6)
41.47 Downloading fonttools-4.54.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (163 kB)
41.59 Collecting kiwisolver>=1.3.1 (from matplotlib~=3.7->openstef~=3.4.4->openstef-dbc==3.7.6)
41.62 Downloading kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB)
41.67 Collecting packaging>=20.0 (from matplotlib~=3.7->openstef~=3.4.4->openstef-dbc==3.7.6)
41.69 Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
42.04 Collecting pillow>=8 (from matplotlib~=3.7->openstef~=3.4.4->openstef-dbc==3.7.6)
42.06 Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (9.2 kB)
42.12 Collecting pyparsing>=2.3.1 (from matplotlib~=3.7->openstef~=3.4.4->openstef-dbc==3.7.6)
42.15 Downloading pyparsing-3.1.4-py3-none-any.whl.metadata (5.1 kB)
42.20 Collecting mlflow-skinny==2.16.2 (from mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
42.22 Downloading mlflow_skinny-2.16.2-py3-none-any.whl.metadata (30 kB)
42.28 Collecting Flask<4 (from mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
42.31 Downloading flask-3.0.3-py3-none-any.whl.metadata (3.2 kB)
42.36 Collecting alembic!=1.10.0,<2 (from mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
42.39 Downloading alembic-1.13.3-py3-none-any.whl.metadata (7.4 kB)
42.44 Collecting docker<8,>=4.0.0 (from mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
42.46 Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB)
42.59 Collecting graphene<4 (from mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
42.62 Downloading graphene-3.3-py2.py3-none-any.whl.metadata (7.7 kB)
42.67 Collecting markdown<4,>=3.3 (from mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
42.69 Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
42.80 Collecting pyarrow<18,>=4.0.0 (from mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
42.82 Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (3.3 kB)
42.88 Collecting Jinja2<4,>=2.11 (from mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
42.91 Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
42.96 Collecting gunicorn<24 (from mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
42.99 Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB)
43.03 Collecting cachetools<6,>=5.0.0 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
43.05 Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB)
43.10 Collecting click<9,>=7.0 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
43.13 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
43.17 Collecting cloudpickle<4 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
43.20 Downloading cloudpickle-3.0.0-py3-none-any.whl.metadata (7.0 kB)
43.24 Collecting databricks-sdk<1,>=0.20.0 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
43.27 Downloading databricks_sdk-0.32.3-py3-none-any.whl.metadata (37 kB)
43.33 Collecting gitpython<4,>=3.1.9 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
43.36 Downloading GitPython-3.1.43-py3-none-any.whl.metadata (13 kB)
43.43 Collecting importlib-metadata!=4.7.0,<9,>=3.7.0 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
43.46 Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB)
43.51 Collecting opentelemetry-api<3,>=1.9.0 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
43.54 Downloading opentelemetry_api-1.27.0-py3-none-any.whl.metadata (1.4 kB)
43.58 Collecting opentelemetry-sdk<3,>=1.9.0 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
43.61 Downloading opentelemetry_sdk-1.27.0-py3-none-any.whl.metadata (1.5 kB)
43.98 Collecting protobuf<6,>=3.12.0 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
44.01 Downloading protobuf-5.28.2-cp38-abi3-manylinux2014_aarch64.whl.metadata (592 bytes)
44.05 Collecting sqlparse<1,>=0.4.0 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
44.08 Downloading sqlparse-0.5.1-py3-none-any.whl.metadata (3.9 kB)
44.13 Collecting colorlog (from optuna~=3.1->openstef~=3.4.4->openstef-dbc==3.7.6)
44.16 Downloading colorlog-6.8.2-py3-none-any.whl.metadata (10 kB)
44.23 Collecting tqdm (from optuna~=3.1->openstef~=3.4.4->openstef-dbc==3.7.6)
44.26 Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB)
44.32 Collecting tzdata>=2022.7 (from pandas~=2.2.0->openstef~=3.4.4->openstef-dbc==3.7.6)
44.35 Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
44.39 Collecting tenacity>=6.2.0 (from plotly~=5.18->openstef~=3.4.4->openstef-dbc==3.7.6)
44.42 Downloading tenacity-9.0.0-py3-none-any.whl.metadata (1.2 kB)
44.47 Collecting threadpoolctl>=3.1.0 (from scikit-learn~=1.3->openstef~=3.4.4->openstef-dbc==3.7.6)
44.50 Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB)
44.56 Collecting patsy>=0.5.6 (from statsmodels<1.0.0,>=0.13.5->openstef~=3.4.4->openstef-dbc==3.7.6)
44.59 Downloading patsy-0.5.6-py2.py3-none-any.whl.metadata (3.5 kB)
44.64 Collecting Mako (from alembic!=1.10.0,<2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
44.67 Downloading Mako-1.3.5-py3-none-any.whl.metadata (2.9 kB)
44.74 Collecting Werkzeug>=3.0.0 (from Flask<4->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
44.76 Downloading werkzeug-3.0.4-py3-none-any.whl.metadata (3.7 kB)
44.80 Collecting itsdangerous>=2.1.2 (from Flask<4->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
44.83 Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
44.87 Collecting blinker>=1.6.2 (from Flask<4->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
44.90 Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB)
44.95 Collecting graphql-core<3.3,>=3.1 (from graphene<4->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
44.98 Downloading graphql_core-3.2.4-py3-none-any.whl.metadata (10 kB)
45.02 Collecting graphql-relay<3.3,>=3.1 (from graphene<4->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
45.05 Downloading graphql_relay-3.2.0-py3-none-any.whl.metadata (12 kB)
45.09 Collecting aniso8601<10,>=8 (from graphene<4->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
45.11 Downloading aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB)
45.18 Collecting MarkupSafe>=2.0 (from Jinja2<4,>=2.11->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
45.21 Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.0 kB)
45.35 Collecting google-auth~=2.0 (from databricks-sdk<1,>=0.20.0->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
45.38 Downloading google_auth-2.35.0-py2.py3-none-any.whl.metadata (4.7 kB)
45.54 Collecting gitdb<5,>=4.0.1 (from gitpython<4,>=3.1.9->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
45.56 Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB)
45.62 Collecting zipp>=3.20 (from importlib-metadata!=4.7.0,<9,>=3.7.0->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
45.65 Downloading zipp-3.20.2-py3-none-any.whl.metadata (3.7 kB)
45.69 Collecting deprecated>=1.2.6 (from opentelemetry-api<3,>=1.9.0->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
45.73 Downloading Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB)
45.75 Collecting importlib-metadata!=4.7.0,<9,>=3.7.0 (from mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
45.80 Downloading importlib_metadata-8.4.0-py3-none-any.whl.metadata (4.7 kB)
45.92 Collecting opentelemetry-semantic-conventions==0.48b0 (from opentelemetry-sdk<3,>=1.9.0->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
46.00 Downloading opentelemetry_semantic_conventions-0.48b0-py3-none-any.whl.metadata (2.4 kB)
46.18 Collecting wrapt<2,>=1.10 (from deprecated>=1.2.6->opentelemetry-api<3,>=1.9.0->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
46.23 Downloading wrapt-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.6 kB)
46.29 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython<4,>=3.1.9->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
46.33 Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB)
46.39 Collecting pyasn1-modules>=0.2.1 (from google-auth~=2.0->databricks-sdk<1,>=0.20.0->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
46.42 Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
46.46 Collecting rsa<5,>=3.1.4 (from google-auth~=2.0->databricks-sdk<1,>=0.20.0->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
46.51 Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB)
46.57 Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth~=2.0->databricks-sdk<1,>=0.20.0->mlflow-skinny==2.16.2->mlflow~=2.3->openstef~=3.4.4->openstef-dbc==3.7.6)
46.60 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
46.66 Downloading openstef_dbc-3.7.6-py3-none-any.whl (54 kB)
46.71 Downloading influxdb_client-1.36.1-py3-none-any.whl (721 kB)
46.90 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 721.2/721.2 kB 3.9 MB/s eta 0:00:00
46.92 Downloading pydantic-2.9.2-py3-none-any.whl (434 kB)
47.06 Downloading pydantic_core-2.23.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB)
47.44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 4.8 MB/s eta 0:00:00
47.46 Downloading pydantic_settings-2.5.2-py3-none-any.whl (26 kB)
47.50 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
47.53 Downloading certifi-2024.8.30-py3-none-any.whl (167 kB)
47.59 Downloading geopy-2.3.0-py3-none-any.whl (119 kB)
47.65 Downloading mysql_connector_python-8.3.0-cp310-cp310-manylinux_2_17_aarch64.whl (21.2 MB)
50.50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.2/21.2 MB 7.4 MB/s eta 0:00:00
50.52 Downloading openstef-3.4.33-py3-none-any.whl (170 kB)
50.58 Downloading holidays-0.21-py3-none-any.whl (230 kB)
50.63 Downloading joblib-1.3.2-py3-none-any.whl (302 kB)
50.70 Downloading pvlib-0.9.4-py3-none-any.whl (29.0 MB)
54.07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.0/29.0 MB 8.6 MB/s eta 0:00:00
54.10 Downloading PyMySQL-1.0.3-py3-none-any.whl (43 kB)
54.14 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
54.20 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB)
54.23 Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (718 kB)
54.31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 718.5/718.5 kB 8.6 MB/s eta 0:00:00
54.34 Downloading reactivex-4.0.4-py3-none-any.whl (217 kB)
54.41 Downloading requests-2.28.2-py3-none-any.whl (62 kB)
54.44 Downloading SQLAlchemy-2.0.35-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB)
54.82 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 8.0 MB/s eta 0:00:00
54.85 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
54.89 Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
55.04 Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (138 kB)
55.20 Downloading geographiclib-2.0-py3-none-any.whl (40 kB)
55.33 Downloading greenlet-3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (637 kB)
56.06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 637.2/637.2 kB 751.2 kB/s eta 0:00:00
56.13 Downloading idna-3.10-py3-none-any.whl (70 kB)
56.47 Downloading lightgbm-3.3.5-py3-none-manylinux2014_aarch64.whl (2.1 MB)
63.69 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 278.7 kB/s eta 0:00:00
63.76 Downloading matplotlib-3.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB)
73.71 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 829.1 kB/s eta 0:00:00
73.73 Downloading mlflow-2.16.2-py3-none-any.whl (26.7 MB)
79.06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.7/26.7 MB 5.0 MB/s eta 0:00:00
79.08 Downloading mlflow_skinny-2.16.2-py3-none-any.whl (5.6 MB)
79.86 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 7.2 MB/s eta 0:00:00
79.89 Downloading networkx-3.3-py3-none-any.whl (1.7 MB)
80.11 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 7.7 MB/s eta 0:00:00
80.14 Downloading optuna-3.6.1-py3-none-any.whl (380 kB)
80.22 Downloading optuna_integration-3.6.0-py3-none-any.whl (93 kB)
80.26 Downloading pandas-2.2.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (66.5 MB)
87.79 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/66.5 MB 8.8 MB/s eta 0:00:00
87.82 Downloading plotly-5.24.1-py3-none-any.whl (19.1 MB)
89.94 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.1/19.1 MB 9.0 MB/s eta 0:00:00
89.97 Downloading scikit_learn-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.5 MB)
91.39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.5/12.5 MB 8.8 MB/s eta 0:00:00
91.42 Downloading scipy-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.6 MB)
95.74 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.6/35.6 MB 8.3 MB/s eta 0:00:00
95.76 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
95.79 Downloading statsmodels-0.14.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.4 MB)
97.23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.4/10.4 MB 7.9 MB/s eta 0:00:00
97.26 Downloading structlog-24.4.0-py3-none-any.whl (67 kB)
97.30 Downloading xgboost-2.1.1-py3-none-manylinux_2_28_aarch64.whl (4.2 MB)
97.81 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 8.2 MB/s eta 0:00:00
97.84 Downloading alembic-1.13.3-py3-none-any.whl (233 kB)
97.89 Downloading contourpy-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (308 kB)
97.96 Downloading convertdate-2.4.0-py3-none-any.whl (47 kB)
98.00 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
98.04 Downloading docker-7.1.0-py3-none-any.whl (147 kB)
98.10 Downloading flask-3.0.3-py3-none-any.whl (101 kB)
98.13 Downloading fonttools-4.54.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB)
98.66 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 8.8 MB/s eta 0:00:00
98.69 Downloading graphene-3.3-py2.py3-none-any.whl (128 kB)
98.73 Downloading gunicorn-23.0.0-py3-none-any.whl (85 kB)
98.77 Downloading jinja2-3.1.4-py3-none-any.whl (133 kB)
98.82 Downloading kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB)
98.99 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 8.3 MB/s eta 0:00:00
99.02 Downloading Markdown-3.7-py3-none-any.whl (106 kB)
99.03 Using cached numpy-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.0 MB)
99.07 Downloading packaging-24.1-py3-none-any.whl (53 kB)
99.11 Downloading patsy-0.5.6-py2.py3-none-any.whl (233 kB)
99.17 Downloading pillow-10.4.0-cp310-cp310-manylinux_2_28_aarch64.whl (4.4 MB)
99.68 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 8.6 MB/s eta 0:00:00
99.71 Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_aarch64.whl (38.7 MB)
104.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.7/38.7 MB 9.0 MB/s eta 0:00:00
104.1 Downloading pyparsing-3.1.4-py3-none-any.whl (104 kB)
104.1 Downloading pytz-2024.2-py2.py3-none-any.whl (508 kB)
104.2 Downloading tenacity-9.0.0-py3-none-any.whl (28 kB)
104.3 Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB)
104.3 Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB)
104.4 Downloading colorlog-6.8.2-py3-none-any.whl (11 kB)
104.4 Downloading hijri_converter-2.3.1-py3-none-any.whl (13 kB)
104.4 Downloading korean_lunar_calendar-0.3.1-py3-none-any.whl (9.0 kB)
104.5 Downloading tqdm-4.66.5-py3-none-any.whl (78 kB)
104.5 Downloading aniso8601-9.0.1-py2.py3-none-any.whl (52 kB)
104.6 Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB)
104.6 Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB)
104.6 Downloading click-8.1.7-py3-none-any.whl (97 kB)
104.7 Downloading cloudpickle-3.0.0-py3-none-any.whl (20 kB)
104.7 Downloading databricks_sdk-0.32.3-py3-none-any.whl (555 kB)
104.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 555.1/555.1 kB 8.8 MB/s eta 0:00:00
104.8 Downloading GitPython-3.1.43-py3-none-any.whl (207 kB)
104.9 Downloading graphql_core-3.2.4-py3-none-any.whl (203 kB)
104.9 Downloading graphql_relay-3.2.0-py3-none-any.whl (16 kB)
105.0 Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
105.0 Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (26 kB)
105.0 Downloading opentelemetry_api-1.27.0-py3-none-any.whl (63 kB)
105.1 Downloading importlib_metadata-8.4.0-py3-none-any.whl (26 kB)
105.1 Downloading opentelemetry_sdk-1.27.0-py3-none-any.whl (110 kB)
105.2 Downloading opentelemetry_semantic_conventions-0.48b0-py3-none-any.whl (149 kB)
105.2 Downloading protobuf-5.28.2-cp38-abi3-manylinux2014_aarch64.whl (316 kB)
105.3 Downloading sqlparse-0.5.1-py3-none-any.whl (44 kB)
105.3 Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB)
105.4 Downloading Mako-1.3.5-py3-none-any.whl (78 kB)
105.4 Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB)
105.4 Downloading gitdb-4.0.11-py3-none-any.whl (62 kB)
105.5 Downloading google_auth-2.35.0-py2.py3-none-any.whl (208 kB)
105.5 Downloading zipp-3.20.2-py3-none-any.whl (9.2 kB)
105.6 Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)
105.6 Downloading rsa-4.9-py3-none-any.whl (34 kB)
105.7 Downloading smmap-5.0.1-py3-none-any.whl (24 kB)
105.7 Downloading wrapt-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (80 kB)
105.7 Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
106.1 Building wheels for collected packages: ciso8601, pymsteams, PyMeeus, h5py
106.1 Building wheel for ciso8601 (pyproject.toml): started
106.5 Building wheel for ciso8601 (pyproject.toml): finished with status 'done'
106.5 Created wheel for ciso8601: filename=ciso8601-2.3.1-cp310-cp310-linux_aarch64.whl size=38618 sha256=8735efb462dd8a7861c672c95010352acd54a5c2b252de1ae10a4c098b852811
106.5 Stored in directory: /root/.cache/pip/wheels/c9/b1/bd/30bb47812530104646d737caa50062224d9ed40369a93e6705
106.6 Building wheel for pymsteams (setup.py): started
106.7 Building wheel for pymsteams (setup.py): finished with status 'done'
106.7 Created wheel for pymsteams: filename=pymsteams-0.2.3-py3-none-any.whl size=10898 sha256=fc466449a9bb42b2ea283a8466f68d21ea01b91dfa36bd91df94e0e0787e0c0d
106.7 Stored in directory: /root/.cache/pip/wheels/45/4d/43/8e5cc7d393261b0b3822692b5eb7a9a944a4dc24343168c80c
106.7 Building wheel for PyMeeus (setup.py): started
107.0 Building wheel for PyMeeus (setup.py): finished with status 'done'
107.0 Created wheel for PyMeeus: filename=PyMeeus-0.5.12-py3-none-any.whl size=732001 sha256=4d2038fa9b23227d55ffe9e6824e9d6fc329bba7c3f34f3f82d66d88d028f3bf
107.0 Stored in directory: /root/.cache/pip/wheels/d6/67/78/aa2e8d108639dd23a5e9e72a4fc88bb44f5541894382712f48
107.0 Building wheel for h5py (pyproject.toml): started
107.2 Building wheel for h5py (pyproject.toml): finished with status 'error'
107.2 error: subprocess-exited-with-error
107.2
107.2 × Building wheel for h5py (pyproject.toml) did not run successfully.
107.2 │ exit code: 1
107.2 ╰─> [71 lines of output]
107.2 running bdist_wheel
107.2 running build
107.2 running build_py
107.2 creating build/lib.linux-aarch64-cpython-310/h5py
107.2 copying h5py/h5py_warnings.py -> build/lib.linux-aarch64-cpython-310/h5py
107.2 copying h5py/ipy_completer.py -> build/lib.linux-aarch64-cpython-310/h5py
107.2 copying h5py/version.py -> build/lib.linux-aarch64-cpython-310/h5py
107.2 copying h5py/__init__.py -> build/lib.linux-aarch64-cpython-310/h5py
107.2 creating build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/selections.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/files.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/selections2.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/group.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/base.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/vds.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/dataset.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/datatype.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/compat.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/attrs.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/filters.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/__init__.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 copying h5py/_hl/dims.py -> build/lib.linux-aarch64-cpython-310/h5py/_hl
107.2 creating build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_file.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_base.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_h5pl.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_slicing.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_file_image.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_attribute_create.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_h5o.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_h5f.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_attrs_data.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_selections.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_ros3.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_file2.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_objects.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_filters.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_h5.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_h5z.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_dataset_swmr.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_file_alignment.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_completions.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_dataset.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_attrs.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_dtype.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_h5d_direct_chunk.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_datatype.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_errors.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_group.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/conftest.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_h5p.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/__init__.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_dataset_getitem.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_h5t.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_big_endian_file.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_dimension_scales.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/common.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 copying h5py/tests/test_dims_dimensionproxy.py -> build/lib.linux-aarch64-cpython-310/h5py/tests
107.2 creating build/lib.linux-aarch64-cpython-310/h5py/tests/data_files
107.2 copying h5py/tests/data_files/__init__.py -> build/lib.linux-aarch64-cpython-310/h5py/tests/data_files
107.2 creating build/lib.linux-aarch64-cpython-310/h5py/tests/test_vds
107.2 copying h5py/tests/test_vds/test_lowlevel_vds.py -> build/lib.linux-aarch64-cpython-310/h5py/tests/test_vds
107.2 copying h5py/tests/test_vds/test_virtual_source.py -> build/lib.linux-aarch64-cpython-310/h5py/tests/test_vds
107.2 copying h5py/tests/test_vds/__init__.py -> build/lib.linux-aarch64-cpython-310/h5py/tests/test_vds
107.2 copying h5py/tests/test_vds/test_highlevel_vds.py -> build/lib.linux-aarch64-cpython-310/h5py/tests/test_vds
107.2 copying h5py/tests/data_files/vlen_string_s390x.h5 -> build/lib.linux-aarch64-cpython-310/h5py/tests/data_files
107.2 copying h5py/tests/data_files/vlen_string_dset.h5 -> build/lib.linux-aarch64-cpython-310/h5py/tests/data_files
107.2 copying h5py/tests/data_files/vlen_string_dset_utc.h5 -> build/lib.linux-aarch64-cpython-310/h5py/tests/data_files
107.2 running build_ext
107.2 Building h5py requires pkg-config unless the HDF5 path is explicitly specified using the environment variable HDF5_DIR. For more information and details, see https://docs.h5py.org/en/stable/build.html#custom-installation
107.2 error: pkg-config probably not installed: FileNotFoundError(2, 'No such file or directory')
107.2 [end of output]
107.2
107.2 note: This error originates from a subprocess, and is likely not a problem with pip.
107.2 ERROR: Failed building wheel for h5py
107.2 Successfully built ciso8601 pymsteams PyMeeus
107.2 Failed to build h5py
107.2 ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (h5py)
------
failed to solve: process "/bin/sh -c apt-get update && pip install --upgrade pip && apt-get install -y make automake gcc g++ subversion python3-dev libblas3 liblapack3 liblapack-dev libblas-dev && pip install influxdb-client openstef-dbc==3.7.6 pydantic pydantic-settings" did not complete successfully: exit code: 1 |
Here is the complete output...
|
@ruchan-ziya I am kindly asking to add a proper formatting to the output |
I have rosetta installed: $ /usr/bin/pgrep -q oahd && echo Yes || echo No
Yes It helped to run influxdb configurator: $ git diff
diff --git a/influxdb-configurator/Dockerfile b/influxdb-configurator/Dockerfile
index f40ceb1..946b896 100644
--- a/influxdb-configurator/Dockerfile
+++ b/influxdb-configurator/Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.10-slim
RUN apt-get update \
&& pip install --upgrade pip \
- && apt-get install -y make automake gcc g++ subversion python3-dev libblas3 liblapack3 liblapack-dev libblas-dev \
+ && apt-get install -y make automake gcc g++ subversion python3-dev libblas3 liblapack3 liblapack-dev libblas-dev pkg-config libhdf5-dev \
&& pip install influxdb-client openstef-dbc==3.7.6 pydantic pydantic-settings $ sysctl -a | grep machdep.cpu
machdep.cpu.cores_per_package: 8
machdep.cpu.core_count: 8
machdep.cpu.logical_per_package: 8
machdep.cpu.thread_count: 8
machdep.cpu.brand_string: Apple M1 Pro |
And on another note docker-compose had to be run as a regular user first. As
but once I ran docker-compose as a regular user
I can run it as root now without triggering the ASL logging error.
This is where I am ending up now. After deleting containers from the first attempt. |
|
@ruchan-ziya HI! sysctl -a | grep machdep.cpu
machdep.cpu.cores_per_package: 10
machdep.cpu.core_count: 10
machdep.cpu.logical_per_package: 10
machdep.cpu.thread_count: 10
machdep.cpu.brand_string: Apple M2 Pro cd openstef-reference
docker compose up then docker compose ps
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
mlflow openstef-reference-mlflow "/bin/sh -c 'mlflow …" mlflow About a minute ago Up About a minute 0.0.0.0:8099->8099/tcp
openstef-grafana grafana/grafana:11.2.0-ubuntu "/run.sh" grafana About a minute ago Up About a minute 0.0.0.0:3000->3000/tcp
openstef-mysql mysql:8.3 "docker-entrypoint.s…" mysql About a minute ago Up About a minute 0.0.0.0:3306->3306/tcp, 33060/tcp
openstef-nginx nginx "/docker-entrypoint.…" nginx About a minute ago Up About a minute 0.0.0.0:8090->80/tcp
openstef-phpmyadmin phpmyadmin "/docker-entrypoint.…" phpmyadmin About a minute ago Up About a minute 0.0.0.0:8080->80/tcp
openstef-reference-influxdb-1 influxdb:2.7.5-alpine "/entrypoint.sh infl…" influxdb About a minute ago Up About a minute 0.0.0.0:8086->8086/tcp |
@ruchan-ziya ./container-arch.sh
Container: mlflow, Architecture: arm64
Container: openstef-phpmyadmin, Architecture: arm64
Container: openstef-nginx, Architecture: arm64
Container: openstef-mysql, Architecture: arm64
Container: openstef-grafana, Architecture: arm64
Container: openstef-reference-influxdb-1, Architecture: arm64 #!/bin/bash
# Get the list of running containers
containers=$(docker ps -q)
# Check if there are any running containers
if [ -z "$containers" ]; then
echo "No running containers."
exit 0
fi
# Check the architecture of each container
for container in $containers; do
# Get the container name
container_name=$(docker inspect --format '{{.Name}}' "$container" | sed 's/^\///')
# Get the image ID or name on which the container is based
image_id=$(docker inspect --format '{{.Config.Image}}' "$container")
# Get the architecture of the image
architecture=$(docker image inspect --format '{{.Architecture}}' "$image_id" 2>/dev/null)
# Check if the architecture is available
if [ -z "$architecture" ]; then
echo "Container: $container_name, Architecture not found."
else
echo "Container: $container_name, Architecture: $architecture"
fi
done |
Can not install on Apple M2...
The text was updated successfully, but these errors were encountered: