<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Fixed it by manually adding generated module at the build time through our build system.<div class=""><br class=""></div><div class="">Here is the command I used to get module's name:</div><div class=""><br class=""></div><div class="">    python -c "import os, sysconfig; print(sysconfig._get_sysconfigdata_name()) if os.name == 'posix' else print('')"</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 19, 2017, at 10:01 PM, Ilya Kulakov <<a href="mailto:kulakov.ilya@gmail.com" class="">kulakov.ilya@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Phil,<div class=""><br class=""></div><div class="">Have you found a solution for the new <span style="font-family: 'Helvetica Neue'; font-size: 13px;" class="">_sysconfigdata in Python 3.6?</span></div><div class=""><span style="font-family: 'Helvetica Neue'; font-size: 13px;" class="">Some "core" packages, like pkg_resources, require sysconfig. In my case lack of support broke pyobjc.</span></div><br class=""><br class=""><div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Best Regards,</div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Ilya Kulakov</div></div>
</div>
<br class=""></div></div></blockquote></div><br class=""></div></body></html>