PyGame不能在我的Macintosh上安装?

时间:2015-04-05 18:31:01

标签: python-3.x pygame python-3.4

我试图在我的Macbook Air上安装Python,但是当我选择我的HD时,会弹出以下错误消息:

  

" pygame 1.9.1版本无法安装在此磁盘上。 pygame要求系统Python 2.7安装。"

这可能是一个愚蠢的问题,但是因为我安装了Python 3.4.1吗?

2 个答案:

答案 0 :(得分:0)

即使你有Python3.4,Python2.7仍然应该在这里。

BTW,我对此文件有同样的错误: http://pygame.org/ftp/pygame-1.9.1release-python.org-32bit-py2.7-macosx10.3.dmg

你必须使用这个链接: http://www.pygame.org/ftp/pygame-1.9.2pre-py2.7-macosx10.7.mpkg.zip (适用于我的Mac OS X Yosemite)

但你必须使用Python2.7才能使用PyGame。

$ python
Python 2.7.6 (default, Sep  9 2014, 15:04:36) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
>>> pygame.__version__
'1.9.2pre'

答案 1 :(得分:0)

我设法使用此页面上的说明使用Python 3安装Pygame:

https://jamesfriend.com.au/installing-pygame-python-3-mac-os-yosemite