为 python 3.6 安装 pygame-1.9.3-cp37-cp37m-win_amd64.whl

install pygame-1.9.3-cp37-cp37m-win_amd64.whl for python 3.6

我想为 python 3.6(64 bit)

安装 pygame-1.9.3-cp37-cp37m-win_amd64.whl

我确实下载了 wheel-0.30.0 并升级了它

但是当我 运行 时: C:\Users\hp>pip install pygame-1.9.3-cp37-cp37m-win_amd64.whl

我得到: pygame-1.9.3-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.

我想知道是什么问题?

那个 wheel 适用于(未发布,开发)3.7 版的 CPython,在 64 位版本的 ms-windows 上。

查看 here 并选择与您的 Python 版本和平台匹配的方向盘,其中

  • cp27 → CPython 2.7
  • cp34 → CPython 3.4
  • cp35 → CPython 3.5
  • cp36 → CPython 3.6

  • win32 → 32 位版本的 ms-windows
  • win_amd64 → 64 位版本的 ms-windows