使用 pip 为 python 3.4 安装 pygame 时出错
Error while installing pygame using pip for python 3.4
抱歉,我以为我编辑的是 windows 64 位
尝试使用 pip 安装 Pygame 时,出现以下错误:
"requirement 'pygame.whl' looks like a file name, but the file does not exist pygame.whl is not a valid wheel filename."
我的文件路径正确并且 pip 正在运行。我已尝试安装 32 位和 64 位 pygame,但均无效。在命令提示符下,我输入 "pip install pygame.whl"(我重命名了我认为不重要的文件,它保存在下载中)。
我该如何解决这个错误?
pygame 似乎没有 PyPi 包。在 Ubuntu / Debian 上你应该能够简单地做:
sudo apt-get install python-pygame
其他发行版上的其他包管理器应该类似。
在 windows 上,使用 download the provided installer:
非常感谢你的帮助ventsyv,我终于弄明白了。我认为这是来自 pygame 站点的安装程序的问题。我找到了另一个网站 link 到 pygame 并且专门针对 python 3.4.2。我现在没有错误消息,而且效果很好。谢谢你包容我哈哈
抱歉,我以为我编辑的是 windows 64 位 尝试使用 pip 安装 Pygame 时,出现以下错误:
"requirement 'pygame.whl' looks like a file name, but the file does not exist pygame.whl is not a valid wheel filename."
我的文件路径正确并且 pip 正在运行。我已尝试安装 32 位和 64 位 pygame,但均无效。在命令提示符下,我输入 "pip install pygame.whl"(我重命名了我认为不重要的文件,它保存在下载中)。
我该如何解决这个错误?
pygame 似乎没有 PyPi 包。在 Ubuntu / Debian 上你应该能够简单地做:
sudo apt-get install python-pygame
其他发行版上的其他包管理器应该类似。
在 windows 上,使用 download the provided installer:
非常感谢你的帮助ventsyv,我终于弄明白了。我认为这是来自 pygame 站点的安装程序的问题。我找到了另一个网站 link 到 pygame 并且专门针对 python 3.4.2。我现在没有错误消息,而且效果很好。谢谢你包容我哈哈