Best way to install pygame on OS X Lion?

前端 未结 5 1679
执笔经年
执笔经年 2020-12-17 14:52

I tried to install pygame via pip but this fails. Based on my google searches, it sounds like easy_install also fails.

I also checked out: http://www.pygame.org/wik

5条回答
  •  庸人自扰
    2020-12-17 15:47

    See the answer from this question: PyGame in a virtualenv on OS X with brew?

    Essentially, the PyGame in PyPy hasn't been updated for a while. The version in the repository has updated build scripts that handle Pythonbrew, virtualenv and other utilities.

    The pip command to use is:

    pip install hg+http://bitbucket.org/pygame/pygame
    

提交回复
热议问题