Build error on focal image: "Warning: Python ^3.8 was not found on your system"

Hello,

The error is: “Warning: Python ^3.8 was not found on your system” on Netlify’s focal image
I did a quick search and asked the AI Bot, which unfortunately was even less helpful.
It’s response was:

Netlify’s build environment does support Python and it’s set to version 3.8 by default during the build process. This is evident from the logs provided in the knowledge sources where it states Python version set to 3.8 during the build process.

I’ve been sporadically running in to this odd issue such that it appears only on some GH Pull Requests consistently (on every build), but does not occur for every pull request.
Examples of passing:

Examples of failures:

Each PR has a Netlify chatbot commenting with a link to the deploy preview and deploy log.
Build log excerpt from one of the failures: Netlify

12:16:23 PM: build-image version: ecdc8b770f4a0193fd3f258c1bc6029e681813a4 (focal)
12:16:23 PM: buildbot version: 5ff1f297aa225d2ec877d89104672fd74916351d
12:16:23 PM: Fetching cached dependencies
12:16:23 PM: Failed to fetch cache, continuing with build
12:16:24 PM: Starting to prepare the repo for build
12:16:24 PM: No cached dependencies found. Cloning fresh repo
12:16:24 PM: git clone --filter=blob:none https://github.com/electron-userland/electron-builder
12:16:25 PM: Preparing Git Reference pull/8540/head
12:16:27 PM: Starting to install dependencies
12:16:27 PM: Found Pipfile restoring Pipenv virtualenv
12:16:27 PM: Started restoring cached python virtualenv
12:16:27 PM: Finished restoring cached python virtualenv
12:16:27 PM: Installing dependencies from Pipfile
12:16:28 PM: Failed during stage 'Install dependencies': dependency_installation script returned non-zero exit code: 1
**12:16:28 PM: Warning: Python ^3.8 was not found on your system...**
**12:16:28 PM: Neither 'pyenv' nor 'asdf' could be found to install Python.**
12:16:28 PM: You can specify specific versions of Python with:
12:16:28 PM: $ pipenv --python path/to/python
12:16:28 PM: Error installing Pipenv dependencies
12:16:28 PM: Please see https://github.com/netlify/build-image/blob/focal/included_software.md for current versions
12:16:28 PM: Failing build: Failed to install dependencies

I can confirm that python_version is set in the Pipefile electron-builder/Pipfile at 097eeced3c82a3f19d7b80f2a23f1f7749b8af92 · electron-userland/electron-builder · GitHub
Note: I’ve also tried python_version = "3.8" with no success either.

Would anyone mind assisting in resolving this flakiness?