Pygame 1.94 für Python 3.7.2 unter OS X El Capitan Installationsfehler

Pygame 1.94 für Python 3.7.2 unter OS X El Capitan Installationsfehler

Habe so ziemlich alles versucht, was man bei einer Suche finden kann. Kann diesen Fehler nicht umgehen. Habe pygame mit pip3 installiert.

$ 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

Python wird dann beendet.

Antwort1

Habs nochmal probiert und das hier gefunden:https://gist.github.com/connorshea/f539c91f210e72077ca9#gistcomment-2079353

Blockquote Außerdem sind diese Schritte alle nicht mehr notwendig. Dies war früher die bevorzugte Methode für OS X, aber vor einigen Monaten wurde die Pygame-Distribution aktualisiert und jetzt müssen Sie für alle Plattformen nur noch Folgendes tun:

pip install pygame

verwandte Informationen