Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install Pygame on a 64-bit win7?

Tags:

python

pygame

I have searched the forum and found some related questions, but seems no easy-to-understand answers to me.

I have come to https://bitbucket.org/pygame/pygame/downloads but it only provides 32-bit installer. I am on a 64-bit Win7, which is already installed Python 3.3.2. How can I install Pygame in this case? Thanks.

like image 429
Dennisboys Avatar asked May 19 '13 01:05

Dennisboys


People also ask

Does pygame work on 64-bit?

What operating system are you using? You can download 64-bit pygame for Windows but not for Mac.

What version of Python is pygame compatible with?

First Check you are using python's latest version or not. Because the PyGame is only supported python 3.7.

How do I install a specific version of pygame?

How do I Install a Specific Version of a Python Package? To install a specific version of a Python package you can use pip: pip install YourPackage==YourVersion . For example, if you want to install an older version of Pandas you can do as follows: pip install pandas==1.1. 3 .


1 Answers

This site contains non-official binaries of many Python packages for 32 and 64 bit versions of Windows, and it is also mentioned in the downloads section of Pygame.org. The downloads for Pygame are here.

like image 152
A. Rodas Avatar answered Oct 03 '22 14:10

A. Rodas