首先要确保网络正常
py -m pip install --upgrade pip
python -m pip install pygame --user
然后进行验证:
py -m pygame.examples.aliens
成功!