Search code examples
pythonpippygamepython-3.8

Unable to install pygame on Python via pip (Windows 10)


Currently unable to install Pygame via pip:

pip install pygame

Getting this message:

Concerned by it being termed an EOF error, is this an error in the module itself?


Solution

  • There's dev versions available as of now. Get them via

    pip install pygame==2.0.0.dev6