What version of pygame to install | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What version of pygame to install

please guys who knows the correct version of pygame to install for python 3.6. i've tried virtually all the binary releases but none of them work

6th Apr 2017, 2:53 AM
freakshow
freakshow - avatar
4 Answers
+ 4
The newer, the better. You might have to pip install wheel beforehand, though.
6th Apr 2017, 6:48 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
Last I checked pygame doesn't work with 3+. You may be out of luck. You could try Kivy. It may be a decent replacement for you. Edit- My info was wrong/old. Sorry. You can use pygame with 3+. You could try to install pygame using pip. It's usually the best route.
6th Apr 2017, 4:40 AM
Trevor Brick
Trevor Brick - avatar
0
thanks. i installed wheel already. i actually got a binary release of pygame for python 3+ and i have installed it already. thanks anyways
6th Apr 2017, 7:09 PM
freakshow
freakshow - avatar
0
thanks Trevor. yes i installed it using pip
6th Apr 2017, 7:12 PM
freakshow
freakshow - avatar