From d530256cc51dce2dc3f8efbb08a3a347763167e6 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Sat, 22 Nov 2025 10:46:12 -0500 Subject: [PATCH] DOC: Document location in error message --- cibuildwheel/platforms/macos.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cibuildwheel/platforms/macos.py b/cibuildwheel/platforms/macos.py index c9f3f90db..32f3d81b6 100644 --- a/cibuildwheel/platforms/macos.py +++ b/cibuildwheel/platforms/macos.py @@ -141,7 +141,8 @@ def install_cpython(_tmp: Path, version: str, url: str, free_threading: bool) -> # let the user know & provide a link to the installer msg = inspect.cleandoc( f""" - Error: CPython {version} is not installed. + Framework CPython {version} not detected as installed in: + {installation_path} cibuildwheel will not perform system-wide installs when running outside of CI. To build locally, install CPython {version} on this machine, or, disable this version of Python using CIBW_SKIP=cp{version.replace(".", "")}-macosx_*