我想對我的MacBook Air安裝Python,但是當我選擇我的HD,下面的錯誤信息彈出。PyGame不會安裝在我的Macintosh上?
「pygame的1.9.1版本不能在該磁盤上安裝pygame的需要系統Python 2.7才能安裝。「
這可能是一個愚蠢的問題,但這是因爲我已經安裝了Python 3.4.1嗎?
我想對我的MacBook Air安裝Python,但是當我選擇我的HD,下面的錯誤信息彈出。PyGame不會安裝在我的Macintosh上?
「pygame的1.9.1版本不能在該磁盤上安裝pygame的需要系統Python 2.7才能安裝。「
這可能是一個愚蠢的問題,但這是因爲我已經安裝了Python 3.4.1嗎?
即使你有Python3.4,Python2.7仍應該在這裏。
順便說一句,我有這個文件同樣的錯誤: 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的優勝美地)
但你必須使用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'
我設法與Python 3這個頁面上使用說明安裝pygame的:
https://jamesfriend.com.au/installing-pygame-python-3-mac-os-yosemite