0

I'm trying to install Pygame. I keep getting the following error.

Resolved https://github.com/pygame/pygame.git to commit 3ce0b9ec80ba4f58cf640e3ea2b9ea188b35692a Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [30 lines of output]

I'm following https://www.pygame.org/wiki/MacCompile

It's not working. I'm newish (haven't touched Python since 2014) and def new on a Mac (v10.15.7)

REF: Python 3.11.0b1 pip 22.1

I'd <3 the help if anyone has a good idea what to do.

Red
  • 1
  • 2
  • 1) You have forgotten to name your platform: is it Mac on AMD64 (x86_64) or on M1? 2) Python 3.11 is in beta stage now; if you are not going to debug the very Python you'd better uninstall it and install a stable version, perhaps Python 3.10. – phd May 14 '22 at 07:47
  • 1
    The 30 lines of the output are the essence of the error. – hoefling May 14 '22 at 10:06
  • UPDATE: I installed Python3 v3.9/. 3.10 did not work. I also had to install fonts with Homebrew. That got it working. – Red May 15 '22 at 18:44

0 Answers0