【问题标题】:Why does it continue to say that the whl file is not supported on this platform?为什么一直说这个平台不支持whl文件?
【发布时间】:2019-12-26 01:57:49
【问题描述】:

我正在尝试在另一台计算机上设置 pygame,但它继续说我的轮子不受支持。 我已经下载并升级了我的轮子和 pip 安装功能,我也在运行 python 3.7.4,请帮助我。 它是这样说的:

错误:pygame-1.9.6-cp37-cp37m-win_amd64.whl 不是该平台支持的滚轮。

【问题讨论】:

  • 不是说文件类型不支持
  • 你在什么平台上安装?
  • 我正在 Windows 10 上安装。
  • 32 位还是 64 位窗口?
  • 它的 64 位窗口

标签: python pygame


【解决方案1】:

也许您在 64 位 Windows 上使用 32 位 Python。

determine-if-my-python-shell-is-executing-in-32bit-or-64bit-mode-on-os

安装以下文件解决了这个问题:安装这个包

pip install pygame-1.9.6-cp37-cp37m-win32.whl

【讨论】:

    猜你喜欢
    • 2019-06-29
    • 1970-01-01
    • 1970-01-01
    • 2020-04-05
    • 1970-01-01
    • 2018-03-30
    • 2017-01-09
    • 2021-04-29
    相关资源
    最近更新 更多