Skip to content

Conversation

@larsoner
Copy link
Contributor

Consider this an PR-as-suggestion for discussion. Locally on my macOS machine where I use conda I just ran:

$ python --version
Python 3.13.5
$ CIBW_BUILD="cp313-*" cibuildwheel .
...
cibuildwheel: error: Error: CPython 3.13 is not installed.
cibuildwheel will not perform system-wide installs when running outside of CI.
...

I found this error message to be confusing, since I do have Python 3.13 installed. This PR suggests an update to the message to:

cibuildwheel: error: Framework CPython 3.13 not detected as installed in:
    /Library/Frameworks/Python.framework/Versions/3.13
cibuildwheel will not perform system-wide installs when running outside of CI.
...

This would have made it clear that my conda-provided 3.13 isn't sufficient, it needs to be a framework version. It also removes the duplicate "Error: ".

@henryiii
Copy link
Contributor

I think this looks fine. @joerick?

Copy link
Contributor

@joerick joerick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@joerick joerick merged commit 9f991f2 into pypa:main Nov 28, 2025
35 checks passed
@joerick
Copy link
Contributor

joerick commented Nov 28, 2025

thanks @larsoner !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants