containers icon indicating copy to clipboard operation
containers copied to clipboard

Databricks 15.4 LTS is shipped with Python 3.11.0rc1

Open NicholasFiorentini opened this issue 1 year ago • 7 comments

I'm not expecting the LTS to be shipped with a Python release candidate.

To replicate:

  1. docker run --rm -it --platform linux/amd64 databricksruntime/standard:15.4-LTS /bin/bash
  2. /databricks/python3/bin/python3 --version
  • The output is Python 3.11.0rc1
  1. Same with /databricks/python-lsp/bin/python3 --version.

NicholasFiorentini avatar Sep 16 '24 14:09 NicholasFiorentini