Error de instalación de Pygame 1.94 para Python 3.7.2 en OS X El Capitan

Error de instalación de Pygame 1.94 para Python 3.7.2 en OS X El Capitan

Intenté prácticamente cualquier cosa que puedas encontrar en una búsqueda. No se puede solucionar este error. Pygame instalado con pip3.

$ python3 -m pygame.examples.aliens
pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html
2019-03-26 00:52:36.610 Python[86073:400104] 00:52:36.609 WARNING:  140: This application, or a library it uses, is using the deprecated Carbon Component Manager for hosting Audio Units. Support for this will be removed in a future release. Also, this makes the host incompatible with version 3 audio units. Please transition to the API's in AudioComponent.h.
Illegal instruction: 4

Luego Python se cierra.

Respuesta1

Lo intenté de nuevo y encontré esto aquí:https://gist.github.com/connorshea/f539c91f210e72077ca9#gistcomment-2079353

Blockquote Además, estos pasos ya no son necesarios. Este solía ser el método preferido para OS X, pero hace unos meses se actualizó la distribución de Pygame y ahora todo lo que necesitas hacer para todas las plataformas es:

pip install pygame

información relacionada