Skip to content
Advertisement

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?

Advertisement

Answer

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

pip install pygame==2.0.0.dev6
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement