How to download Pygame in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to download Pygame in Python

With pygame yu can make a game. It can do many things, but there is problem with installing it.

27th Oct 2019, 1:00 PM
The Wojtanello
The Wojtanello - avatar
12 Answers
0
Maybe this help: https://pygame.pfaj.ca/
27th Oct 2019, 1:12 PM
Qasem
0
In cmd go to the python installation directory and type: pip install pygame
27th Oct 2019, 1:02 PM
Qasem
0
Yeah I know, but that isn't working
27th Oct 2019, 1:05 PM
The Wojtanello
The Wojtanello - avatar
0
What's the error?
27th Oct 2019, 1:06 PM
Qasem
0
Big huge lines of code (idk). I fixed only that pip is an existing command
27th Oct 2019, 1:09 PM
The Wojtanello
The Wojtanello - avatar
0
Was the error about SSL? It is annoying I can't install any libraries because of that problem.
27th Oct 2019, 1:22 PM
Seb TheS
Seb TheS - avatar
0
I don't know
27th Oct 2019, 1:23 PM
The Wojtanello
The Wojtanello - avatar
0
How about one of these? py -m pip install pygame python -m pip install pygame
27th Oct 2019, 1:24 PM
Seb TheS
Seb TheS - avatar
0
"pip install pygame" might only work on Linux devices, but "py -m pip install pygame" should work on Windows 10.
27th Oct 2019, 1:25 PM
Seb TheS
Seb TheS - avatar
0
O_o I was typing "pip install pygame" on windows
27th Oct 2019, 1:26 PM
The Wojtanello
The Wojtanello - avatar
0
Try typing this command in the CMD ``` python -m pip install pygame ``` This shoud worj.
31st May 2020, 7:03 AM
Nibir
Nibir - avatar
- 2
Just go to terminal and write this command 'pip install pygame'.
28th Oct 2019, 3:09 PM
Nibir
Nibir - avatar