Ned Deily <n...@python.org> added the comment:
Technically speaking, you can build Python 3.8 or any other current version on current versions of macOS and it will install just fine, but, because Apple has deprecated the use of a system-supplied OpenSSL and no longer supplies the header files to build against their OpenSSL, there won't be a working ssl module nor a lzma module, for that matter, since Apple does not provide a libzma. There are other, less important modules that do not build out of the box as well. This is not unique to macOS; each platform that Python supports has its quirks. But updating the README.rst file to mention OpenSSL on macOS is a good suggestion. Thanks for the PR. ---------- title: Error Installing on Mac -> Update README.rst to mention third-party OpenSSL needed for macOS builds versions: +Python 2.7, Python 3.6, Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33791> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com