pygame安装超详细讲解
Posted 卷起来卷起来
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pygame安装超详细讲解相关的知识,希望对你有一定的参考价值。
1.进入python官网:https://www.python.org/
2.点击PyPI
3.输入框输入pygame
4.根据顺序依次点击
5.根据自己python版本号选择对应的文件
6.把下载的whl文件放在python的对应目录下
7.回到上一级目录,按住shift然后鼠标点击右键,打开windowsPowerShell命令窗口
输入pygame_2048-1.9.4-py3-none-any.whl(这个是你下载的对应版本名)
安装过程中出现了两个问题:
1)You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ command.
原因:这个问题主要是版本没有更新的意思
解决方法:输入python -m pip install --upgrade pip命令更新一下就好了
2)pygame_2048-1.9.4-py3-none-any.whl is not a supported wheel on this platform.
原因:版本不对应
以上是关于pygame安装超详细讲解的主要内容,如果未能解决你的问题,请参考以下文章