Skip to content
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

Upgrading snoopdb from debian bullseye to bookworm fails #835

Open
heyste opened this issue Jan 11, 2024 · 5 comments
Open

Upgrading snoopdb from debian bullseye to bookworm fails #835

heyste opened this issue Jan 11, 2024 · 5 comments

Comments

@heyste
Copy link
Member

heyste commented Jan 11, 2024

When trying to update snoopdb to the latest realease of debian the current build process fails. The build is using python 3.11 which now follows (PEP 668) enhancement proposal.

$ git diff
diff --git a/apps/snoopdb/postgres/Dockerfile b/apps/snoopdb/postgres/Dockerfile
index 941ecb6..c8aa88e 100644
--- a/apps/snoopdb/postgres/Dockerfile
+++ b/apps/snoopdb/postgres/Dockerfile
@@ -1,4 +1,4 @@
-FROM postgres:15-bullseye
+FROM postgres:15-bookworm
 LABEL MAINTAINER="Zach Mandeville <zz@ii.coop>"
 RUN apt-get update \
   && apt-get install -y --no-install-recommends \

Error when trying to build snoopdb

 => ERROR [ 4/11] RUN pip3 install --upgrade pip                                                                                                                         0.9s 
------                                                                                                                                                                        
 > [ 4/11] RUN pip3 install --upgrade pip:
0.754 error: externally-managed-environment
0.754 
0.754 × This environment is externally managed
0.754 ╰─> To install Python packages system-wide, try apt install
0.754     python3-xyz, where xyz is the package you are trying to
0.754     install.
0.754     
0.754     If you wish to install a non-Debian-packaged Python package,
0.754     create a virtual environment using python3 -m venv path/to/venv.
0.754     Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
0.754     sure you have python3-full installed.
0.754     
0.754     If you wish to install a non-Debian packaged Python application,
0.754     it may be easiest to use pipx install xyz, which will manage a
0.754     virtual environment for you. Make sure you have pipx installed.
0.754     
0.754     See /usr/share/doc/python3.11/README.venv for more information.
0.754 
0.754 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.
0.754 hint: See PEP 668 for the detailed specification.
------
Dockerfile:29
--------------------
  27 |     
  28 |     RUN python3 --version
  29 | >>> RUN pip3 install --upgrade pip
  30 |     RUN pip3 install --upgrade requests
  31 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c pip3 install --upgrade pip" did not complete successfully: exit code: 1
@heyste
Copy link
Member Author

heyste commented Jan 11, 2024

There is a postgres container 16-bullseye that let's anyone use the latest release of postgres without needing to fix the above issue for now.

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 10, 2024
@heyste
Copy link
Member Author

heyste commented Apr 11, 2024

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 11, 2024
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 10, 2024
@heyste
Copy link
Member Author

heyste commented Jul 10, 2024

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants