Currently unable to install Pygame via pip:
JavaScript
x
2
1
pip install pygame
2
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
JavaScript
1
2
1
pip install pygame==2.0.0.dev6
2