New submission from Ned Deily <n...@python.org>:

>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)

----------
nosy: +ned.deily
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43724>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to