在 64 位 Windows 7 和 64 位 Python 2.7 上安装 Pygame
Installing Pygame on 64-bit Windows 7 and 64-bit Python 2.7
标题说明了一切。我确实看到类似的问题,有人建议 http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame,但所有 pygame 可下载文件都是 .whl 格式,我不知道如何 运行 on Windows 7。我尝试 "cd [directory] > pip install [filename]" 没有成功。
这对我有用(Windows 7,python 2.7,64 位):
pip install C:/Users/ujjwal.karn/Downloads/pygame-1.9.2a0-cp27-none-win_amd64.whl
我也从 http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame 下载了文件 pygame-1.9.2a0-cp27-none-win_amd64.whl
。
一般情况下,whl
个文件与 pip
一起安装:
pip install whatever.whl
通过 WinRar 打开 .whl 文件,然后将内容(您会发现 3 个文件夹)解压缩到您的 Python 文件夹中。
例如:如果您在 C: 中安装了 python 2.7.3,那么您要提取的目录将为 C:\Python27
你做得对。请检查 python 命令它应该显示 win64
C:>python
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (In
tel)] on win64 Type "help", "copyright", "credits" or "license" for more information.
如果输出是 win32 安装 pygame‑1.9.2a0‑cp34‑none‑win32.whl
标题说明了一切。我确实看到类似的问题,有人建议 http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame,但所有 pygame 可下载文件都是 .whl 格式,我不知道如何 运行 on Windows 7。我尝试 "cd [directory] > pip install [filename]" 没有成功。
这对我有用(Windows 7,python 2.7,64 位):
pip install C:/Users/ujjwal.karn/Downloads/pygame-1.9.2a0-cp27-none-win_amd64.whl
我也从 http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame 下载了文件 pygame-1.9.2a0-cp27-none-win_amd64.whl
。
一般情况下,whl
个文件与 pip
一起安装:
pip install whatever.whl
通过 WinRar 打开 .whl 文件,然后将内容(您会发现 3 个文件夹)解压缩到您的 Python 文件夹中。 例如:如果您在 C: 中安装了 python 2.7.3,那么您要提取的目录将为 C:\Python27
你做得对。请检查 python 命令它应该显示 win64
C:>python
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (In
tel)] on win64 Type "help", "copyright", "credits" or "license" for more information.
如果输出是 win32 安装 pygame‑1.9.2a0‑cp34‑none‑win32.whl