安装 Pygame (python 3.4) - windows 7 64 位

Installing Pygame (python 3.4) - windows 7 64 bit

我似乎在安装 pygame 时遇到问题。我从 idf.uci.edu 找到了非官方二进制文件,但它们是 whl 文件,我无法提取此类文件。 有人可以 link 给我一个 .exe 文件或告诉我如何提取 whl 文件

谢谢

找到解决方案

1) 7zip解压whl文件。将 pygame 文件夹放入 lib 文件夹

2) 或者将 whl 文件放在脚本文件夹中。从命令行导航到脚本文件夹,然后 运行 "pip install and the file name" 按 enter 键并安装

测试)
在空闲状态下输入 import pygame - 没有错误,没有问题。

.wlh 安装指南:https://pip.pypa.io/en/latest/user_guide.html#installing-from-wheels

exe文件:pygame-1.9.2a0.win-amd64-py3.4.exe (onedrive)