[issue32686] python3.6.4 build with --enable-optimzations hangs on macOS 10.13

Ned Deily report at bugs.python.org
Sun Jan 28 12:30:13 EST 2018


Ned Deily <nad at python.org> added the comment:

Sorry, I wasn't clear but, yes, you will run into the same problem if you try to run the test suite with test_asyncio.  There are various ways to exclude specific tests (not particularly well-documented), one way is:

make test EXTRATESTOPTS='-x test_asyncio'

But, that said, building Python on current versions of macOS can be problematic in that Apple doesn't ship or, in the case of OpenSSL no longer ships, all of the third-party libraries and header files needed for a fully-functioning Python installation.  The Python Developer's Guide touches on this here:

https://devguide.python.org/setup/#build-dependencies

Depending on what you want to do with Python, you *might* be better off installing a pre-built one rather than trying to build it yourself.  Versions of Python 3.6.x for macOS 10.13 are available from https://www.python.org/downloads/ and from a number of third-party distributors like Homebrew, MacPorts, and others.  Good luck!

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> test_read_pty_output() of test_asyncio hangs on macOS 10.13.2 (darwin 17.3.0)

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32686>
_______________________________________


More information about the Python-bugs-list mailing list