Python Forum
pip install pygame choking on SDL dependency
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip install pygame choking on SDL dependency
#1
I'm working my way through a book to learn python. Nearly done. Penultimate chapter calls for an install of pygame to develop a simple game. Turns out that installing pygame is a pain.

I'm using a MacBook which has python 2.7 installed. I'd like to avoid changing this lest I break something important.

I installed pip:
sudo python -m ensurepip --default-pip --upgrade
And tried to install pygame:
sudo pip install pygame
This results in the operation proceeding until it hits a fatal error:
src/scrap.c:27:10: fatal error: 'SDL.h' file not found
Having sniffed around a bit, I see that there are some dependencies (SDL) and the solutions I've seen recommend installing these with homebrew. This, of course, necessitates installing homebrew also.

Must I really install homebrew? I use this laptop for some sensitive work and the idea of just installing these tools stacked upon tools is a bit disconcerting.
Reply


Messages In This Thread
pip install pygame choking on SDL dependency - by sneakyimp - Jan-21-2019, 01:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't get pygame to install djwilson0495 13 10,452 Dec-07-2020, 01:30 PM
Last Post: djwilson0495
  Trying to install pygame Mac OS x high sierra giladal 2 2,799 Oct-18-2020, 09:27 PM
Last Post: nilamo
  Error to install pygame skp 1 3,560 Apr-14-2020, 05:17 PM
Last Post: joe_momma
  PIP cannot install Pygame Amaly84 6 10,073 Sep-04-2019, 07:59 PM
Last Post: Amaly84
  pip can't install pygame SheeppOSU 1 9,500 Dec-08-2018, 08:20 PM
Last Post: snippsat
  How to install Pygame chappie 2 3,470 Dec-06-2017, 10:47 PM
Last Post: chappie
  How to begin coding for game making [Install pygame on mac] mattkrebs 2 5,009 Apr-02-2017, 10:57 AM
Last Post: machrider
  [split] permission error on pygame install pyteach 7 8,307 Jan-23-2017, 11:00 PM
Last Post: pyteach

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020