This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients allenlili, ned.deily
Date 2021-04-04.16:14:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617552842.31.0.0797170032008.issue43724@roundup.psfhosted.org>
In-reply-to
Content
From the config.log you supplied, it looks the macOS system you are running on was upgraded to the current latest version, 11.2.3, but the Command Line Tools were not. It seems that with recent macOS releases, you often need to do that manually for each bugfix release.  Try:

  xcode-select --install

If successful, you should see currently:

  cc --version
     Apple clang version 12.0.0 (clang-1200.0.32.29)
History
Date User Action Args
2021-04-04 16:14:02ned.deilysetrecipients: + ned.deily, allenlili
2021-04-04 16:14:02ned.deilysetmessageid: <1617552842.31.0.0797170032008.issue43724@roundup.psfhosted.org>
2021-04-04 16:14:02ned.deilylinkissue43724 messages
2021-04-04 16:14:02ned.deilycreate