I am looking to start programming using pygame however i cannot find a way to get a version for 64bit python 3.4. If anyone could help i would be grateful Thanks
Asked
Active
Viewed 566 times
1 Answers
1
pip install pygame
should work, but you'll probably have better luck with python 3.5 or 3.6; I was not able to pip install it for python 3.4
The wheels are available on pypi
There is a installation page on the (new) pygame website.

Reblochon Masque
- 35,405
- 10
- 55
- 80
-
Do i have to install a file first or can i just run the code? – Sep 27 '17 at 14:49
-
I don't understand the question. – Reblochon Masque Sep 27 '17 at 14:50
-
is there a download for the pygame module? or do i just run the code? – Sep 27 '17 at 14:51
-
If you pip install it, nope, there is no other file to download first; the dependencies should be handled automatically. – Reblochon Masque Sep 27 '17 at 14:55
-
i just installed 3.6 and when i use the pip function it returns invalid syntax – Sep 27 '17 at 15:00
-
invalid syntax?? - is that a terminal message, or a python message? – Reblochon Masque Sep 27 '17 at 15:06
-
i read online that its better to sue python 32 bit? – Sep 27 '17 at 15:35
-
@skk10101 you have to enter `pip install pygame` in the command-line/terminal not in the Python shell. Which operating system do you use? – skrx Sep 27 '17 at 15:59
-
i'm using windows 10 64 bit and that is what i have done – Sep 27 '17 at 16:39
-
'pip' is not recognized as an internal or external command, operable program or batch file. is what is returned – Sep 27 '17 at 16:39