Skip to content

fix: docker build failure (python-gdal version mismatch) - #104

Open
tringuyen-yw wants to merge 1 commit into
googlemaps-samples:mainfrom
tringuyen-yw:fix/gdal-version-mismatch
Open

fix: docker build failure (python-gdal version mismatch)#104
tringuyen-yw wants to merge 1 commit into
googlemaps-samples:mainfrom
tringuyen-yw:fix/gdal-version-mismatch

Conversation

@tringuyen-yw

@tringuyen-yw tringuyen-yw commented Jul 29, 2026

Copy link
Copy Markdown

SUMMARY

main at 807db62 (2026-07-28) failed docker build

Exception: Python bindings of GDAL 3.13.1 require at least libgdal 3.13.1, but 3.10.3 was found

Cause of Failure

The backend Dockerfile uses the python:3.12-slim base image, which installs the system package libgdal-dev at version 3.10.3. However, the Python package gdal was locked to 3.13.1 in poetry.lock.

This PR update pyproject.toml to restrict the Python gdal package dependency constraint to match the base image library gdal (>=3.10.3,<3.11.0)

@google-cla

google-cla Bot commented Jul 29, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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

Successfully merging this pull request may close these issues.

1 participant