无法安装 pygame 没有安装到注册表的选项

Can't install pygame no option to install to the registry

我已经安装了 python 2.7 32 位和 python 3.5 32 位,但是当我下载并且 运行 pygame 1.9.2a0 2.7 或 1.9.2a0 3.2安装程序没有给我安装到注册表的选项。唯一的选择是 "Python from another location"

有人知道如何解决这个问题吗?

改用pip拉:

pip install pygame

试试这个

pip install pygame==1.9.1release --allow-external pygame --allow-unverified pygame

您可以进一步阅读 here