0

There s currently no version of Pygame for python 3.9

Rabbid76
  • 202,892
  • 27
  • 131
  • 174

2 Answers2

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