Pygame install

You can install the wheel file for Python 3.4 here: First you have to install the wheel package from pip then install Pygame.
Trends
Welcome to pygame! Once you've got pygame installed ( pip install pygame or pip3 install pygame for most people), the next question is how to get a game loop ...
To install pygame for python2(your version is 2.7.5), do this on a terminal( Ctrl + Alt + t ): ... sudo apt-get install python-pygame ... and then ...
1. Start by opening a command line. You can do this by pressing the windows key and then typing cmd and then pressing enter.
Pygame does not come with Python. Like Python, Pygame is available for free. You will have to download and install Pygame, which is as easy as downloading and ...
Type in pip3 install pygame and press enter . This should install the pygame library on your computer. Installation may require system administrator privileges.
This video explains how to install the popular python package, pygame, on the IDE PyCharm on Mac. I hope this helps someone!
make sure that Visual Studio is using the python interpreter you installed pygame to and not a different python version that that IDE had installed separately.
This how-to guide takes you through the process of installing Pygame, a set of Python modules designed for writing games.
Solution is that there are not release wheels for python 3.11 yet. So there is no otrher way than using a pre-build.
See more