When I try to install pygame using python 3.9 I get an error windows

前端 未结 2 427
夕颜
夕颜 2020-12-22 04:55

There s currently no version of pygame for python 3.9

相关标签:
2条回答
  • 2020-12-22 05:22

    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

    0 讨论(0)
  • 2020-12-22 05:40

    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
    
    0 讨论(0)
提交回复
热议问题