OS X El Capitan 설치 오류의 Python 3.7.2용 Pygame 1.94

OS X El Capitan 설치 오류의 Python 3.7.2용 Pygame 1.94

검색에서 찾을 수 있는 거의 모든 것을 시도했습니다. 이 오류를 해결할 수 없습니다. 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

그런 다음 Python이 종료됩니다.

답변1

다시 시도하고 여기에서 이것을 찾았습니다.https://gist.github.com/connorshea/f539c91f210e72077ca9#gistcomment-2079353

Blockquote 또한 이러한 단계는 모두 더 이상 필요하지 않습니다. 이것은 OS X에서 선호되는 방법이었지만 몇 달 전에 Pygame 배포판이 업데이트되었으며 이제 모든 플랫폼에서 수행해야 할 작업은 다음과 같습니다.

pip install pygame

관련 정보