There s currently no version of Pygame for python 3.9
Asked
Active
Viewed 2,937 times
0
-
@Rabbid76 That outputs an error too long to type here – Oct 08 '20 at 11:52
-
pip install pygame==2.0.0.dev6 doesn't work either – Oct 08 '20 at 11:57
-
`pip install pygame==2.0.0.dev12` (latest) – Rabbid76 Oct 08 '20 at 11:58
-
@Rabbid76 same result. It pauses at ` Collecting pygame==2.0.0.dev12 Using cached pygame-2.0.0.dev12.tar.gz (5.6 MB)` before outputting an error – Oct 08 '20 at 12:03
-
Try the [unofficial packages](https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame) from Christoph Gohlke, others have found that useful. – import random Oct 08 '20 at 21:28
-
@TheTroupeMaster please leave the question intact after receiving an answer... If you wish to answer the question then do so only as a new answer... – Sabito stands with Ukraine Oct 20 '20 at 03:50
2 Answers
0
As of https://github.com/pygame/pygame/pull/2163 there are prebuilt binaries for Python 3.9 starting with pygame version 2.0.0.dev14
.
pip install pygame==2.0.0.dev14

dargmuesli
- 612
- 10
- 20
0
My question is exactly the same as yours. I have tried many methods, but none of them will work. But I succeeded after using this. pip install pygame==2.0.0.dev14

Bruce
- 71
- 1
- 8