Mac OS X10.9.5で公式のdmgがなぜか動かなかった。 pipなら入るかも?
pip install cython pip install pil pip install hg+http://bitbucket.org/pygame/pygame pip install kivy
OS X Mavericks(10.9)ではpygameやkivyのインストール時にエラーが出るかもしれない。
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/clude/tk.h:78:11: fatal error: 'X11/Xlib.h' file not found # include <X11/Xlib.h> ^ 1 error generated. error: command 'cc' failed with exit status 1
こんなやつ。
MarvericksにしてPILのインストールがコケる件 - Qiita
ここを見た。
xcode-select --install
をしてから行えばでいけると思う。
※ちなみにAppleStoreにログインしてる状態でないとだめ。
src/_numericsurfarray.c:23:10: fatal error: 'SDL.h' file not found #include <SDL.h> ^ 1 error generated. error: command 'clang' failed with exit status 1
が出たら
brew install sdl sdl_image sdl_mixer sdl_ttf portmidi
pip install pil
でコケる人は
pip install Pillow
pip install kivy
でコケることもある。
のグループを見ると、 一旦cythonをアンインストールして別のバージョンを入れていた。
pip uninstall cython pip install -Iv http://cython.org/release/Cython-0.20.2.tar.gz
もし、Pygameがうまくいかない時はこれ試してみる。
import pygame; pygame.init(); pygame.display.set_mode((640, 480), pygame.OPENGL)
外付けモニタでも起動できないようなので外す!