nickva commented on PR #58:
URL: https://github.com/apache/couchdb-ci/pull/58#issuecomment-1793995721
The image building is failing:
```
Reading database ... 27059 files and directories currently installed.)
133.2 Preparing to unpack .../nodejs_18.17.1-deb-1nodesource1_amd64.deb ...
133.2 Unpacking nodejs (18.17.1-deb-1nodesource1) ...
137.1 Setting up nodejs (18.17.1-deb-1nodesource1) ...
137.1 Processing triggers for man-db (2.11.2-2) ...
138.0 error: externally-managed-environment
138.0
138.0 × This environment is externally managed
138.0 ╰─> To install Python packages system-wide, try apt install
138.0 python3-xyz, where xyz is the package you are trying to
138.0 install.
138.0
138.0 If you wish to install a non-Debian-packaged Python package,
138.0 create a virtual environment using python3 -m venv path/to/venv.
138.0 Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
138.0 sure you have python3-full installed.
138.0
138.0 If you wish to install a non-Debian packaged Python application,
138.0 it may be easiest to use pipx install xyz, which will manage a
138.0 virtual environment for you. Make sure you have pipx installed.
138.0
138.0 See /usr/share/doc/python3.11/README.venv for more information.
138.0
138.0 note: If you believe this is a mistake, please contact your Python
installation or OS distribution provider. You can override this, at the risk of
breaking your Python installation or OS, by passing --break-system-packages.
138.0 hint: See PEP 668 for the detailed specification.
------
debian-bookworm:52
--------------------
51 | # This allows us to use the same Dockerfile for building SM
52 | >>> RUN ERLANGVERSION=$erlangversion \
53 | >>> ELIXIRVERSION=$elixirversion \
54 | >>> NODEVERSION=$nodeversion \
55 | >>> /root/couchdb-ci/bin/install-dependencies.sh $js $erlang
56 |
--------------------
ERROR: failed to solve: process "/bin/sh -c ERLANGVERSION=$erlangversion
ELIXIRVERSION=$elixirversion NODEVERSION=$nodeversion
/root/couchdb-ci/bin/install-dependencies.sh $js $erlang" did not complete
successfully: exit code: 1
```
I think it's node or python related? I haven't dug in yet.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]