From 715f8bf84238ce568932efbcf9df013c06416432 Mon Sep 17 00:00:00 2001 From: Cory <4074974+flosincapite@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:42:36 +0000 Subject: [PATCH] Explain Python version restrictions in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 93c14601c..19a8c006f 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ docker buildx build --platform=linux/amd64 -t kivy/buildozer . docker run --volume "$(pwd)":/home/user/hostcwd kivy/buildozer --version ``` +Note that the Docker image will preferentially try to use the `python` command from +`venv/bin/python`. If this command is symlinked to a Python version not present +in the Docker image (currently, >python3.10), then all commands will fail. + > [!WARNING] > [DockerHub](https://hub.docker.com/) contains an obsolete Docker image for > Buildozer. It is deprecated. Build your own.