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 akumar9
Recipients akumar9, ned.deily, ronaldoussoren
Date 2021-12-23.00:58:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640221123.65.0.639100397925.issue46158@roundup.psfhosted.org>
In-reply-to
Content
$ python3.9
Python 3.9.7 (default, Sep  3 2021, 12:37:55) 
[Clang 12.0.5 (clang-1205.0.22.9)] on darwin

>>> import sysconfig
>>> cflags = sysconfig.get_config_var('CFLAGS')
>>> cflags
'-Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk'


Because of hardcoded 'MacOSX11.sdk', installation of python dependencies that are built from source fails when MacOSX11.sdk is not present on the system.
History
Date User Action Args
2021-12-23 00:58:43akumar9setrecipients: + akumar9, ronaldoussoren, ned.deily
2021-12-23 00:58:43akumar9setmessageid: <1640221123.65.0.639100397925.issue46158@roundup.psfhosted.org>
2021-12-23 00:58:43akumar9linkissue46158 messages
2021-12-23 00:58:43akumar9create