python 安装第三方库pygame

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 安装第三方库pygame相关的知识,希望对你有一定的参考价值。

环境:python3.5 win7 64位

因为msi格式的安装包只有32位,没法安装。

https://pypi.python.org/pypi/Pygame/1.9.3在这里可以选择对应的版本下载,是 whl文件。我这里下载的是

pygame-1.9.3-cp35-cp35m-win_amd64.whl

在安装之前最好先安装下wheel

技术分享

(pip是在安装python时选中安装的)

再安装pygame包

pip install 包路径\包名

技术分享

不报错就证明安装成功了




以上是关于python 安装第三方库pygame的主要内容,如果未能解决你的问题,请参考以下文章

python opencv安装教程 通过pip安装三方库

Python第三方模块Pygame

python可以开发游戏吗?有对应的第三方库可以利用吗?

Python之使用pip安转第三方库时报错ERROR: Could not find a version that satisfies the requirement pygame ERROR: No

Python之使用pip安转第三方库时报错ERROR: Could not find a version that satisfies the requirement pygame ERROR: No

什么是pygame?怎样安装使用?