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
4 Answers
+ 4
The newer, the better. You might have to pip install wheel beforehand, though.
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.
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
0
thanks Trevor. yes i installed it using pip