Build InternalServerError

I cannot build any aplicattion since this moning, because of a PYTHON version error:

10:34:29 AM: build-image version: 235a96ed6c11cbdf942eed7e70e6802956f9b464 (focal)

10:34:29 AM: buildbot version: 4c332285428c21109b8c0909375e4a36d2b29473

10:34:30 AM: Fetching cached dependencies

10:34:30 AM: Starting to download cache of 500.0MB (Last modified: 2025-11-18 11:16:10 +0000 UTC)

10:34:30 AM: Finished downloading cache in 837ms

10:34:30 AM: Starting to extract cache

10:34:38 AM: Finished extracting cache in 7.382s

10:34:38 AM: Finished fetching cache in 8.313s

10:34:38 AM: Starting to prepare the repo for build

10:34:38 AM: Preparing Git Reference refs/heads/main

10:34:40 AM: Starting to install dependencies

10:34:40 AM: Started restoring cached mise cache

10:34:40 AM: Finished restoring cached mise cache

10:34:41 AM: mise python@3.13.9   install

10:34:41 AM: mise ERROR failed to install core:python@3.13.9

10:34:41 AM: mise ERROR HTTP status server error (500 Internal Server Error) for url (https://mise-versions.jdx.dev/python-precompiled-x86_64-unknown-linux-gnu.gz)

10:34:41 AM: mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

10:34:41 AM: Error setting python version from the PYTHON_VERSION environment variable

10:34:41 AM: Failing build: Failed to install dependencies

10:34:41 AM: Failed during stage ‘Install dependencies’: dependency_installation script returned non-zero exit code: 1

can anyone already had this problem?

I literally ran into that EXACT same error when trying to build my project this morning. It built perfectly fine with python 3.13.9 like a week ago and no changes to the dependencies were made on my part. I updated one line of code and merged it this morning and now my project keeps failing to build with this exact error this morning. adding the environment variable doesn’t help, it always get stuck on installing python. have you managed to figure out a solution because I haven’t. I tried uninstalling the dependencies and reinstalling them like a solution I found on a different post and it still does not work. I cannot get python to install at all.

I think it’s related to Cloudfare issue that happened this morning