Mac OSX Homebrew Installation - Pygame?

Post here to get support
Post Reply
indu.ancha
Beginner
Posts: 1
Joined: Mon Feb 17, 2014 5:00 am

Mac OSX Homebrew Installation - Pygame?

Post by indu.ancha »

When I put in step 8 of the Homebrew Mac OSX installation instructions:

Code: Select all

 pip install hg+http://bitbucket.org/pygame/pygame
I get this message:

Code: Select all

Downloading/unpacking hg+http://bitbucket.org/pygame/pygame
  Cloning hg http://bitbucket.org/pygame/pygame to /var/folders/yg/yn90dlj96v1684ybqzc5md5r0000gn/T/pip-HCJwXC-build
warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting)
  Running setup.py (path:/var/folders/yg/yn90dlj96v1684ybqzc5md5r0000gn/T/pip-HCJwXC-build/setup.py) egg_info for package from hg+http://bitbucket.org/pygame/pygame
    
    
    WARNING, No "Setup" File Exists, Running "config.py"
    Using Darwin configuration...
    
    sh: smpeg-config: command not found
    sh: smpeg-config: command not found
    sh: smpeg-config: command not found
    WARNING: "smpeg-config" failed!
    Hunting dependencies...
    SDL     : found 1.2.15
    Framework SDL not found
    FONT    : found
    Framework SDL_ttf not found
    IMAGE   : found
    Framework SDL_image not found
    MIXER   : found
    Framework SDL_mixer not found
    SMPEG   : not found
    Framework smpeg not found
    Framework CoreMIDI found
    Framework QuickTime found
    PNG     : found
    JPEG    : found
    PORTMIDI: found
    FREETYPE: found 2.4.9
    AVFORMAT: not found
    SWSCALE : not found
    
    If you get compiler errors during install, doublecheck
    the compiler flags in the "Setup" file.
    
    
    Continuing With "setup.py"
    
    no previously-included directories found matching '*/CVS'
    no previously-included directories found matching '*/*/CVS'
Cleaning up...
How can I fix this?
bhive01
Beginner
Posts: 1
Joined: Thu Apr 17, 2014 5:30 pm

Re: Mac OSX Homebrew Installation - Pygame?

Post by bhive01 »

I'm also having similar issues. I recently reinstalled 10.9.2 and it wiped out my installations. Going through the install instructions and I keep hitting walls.

Code: Select all

Brandons-MacBook-Air:pygame-1.9.1release brandonhurr$  pip install hg+http://bitbucket.org/pygame/pygame
Downloading/unpacking hg+http://bitbucket.org/pygame/pygame
  Cloning hg http://bitbucket.org/pygame/pygame to /var/folders/5n/bff2g_dn0379h1ms9xjc80t40000gn/T/pip-am4ukT-build
warning: bitbucket.org certificate with fingerprint 45:ad:ae:1a:cf:0e:73:47:06:07:e0:88:f5:cc:10:e5:fa:1c:f7:99 not verified (check hostfingerprints or web.cacerts config setting)
  Running setup.py (path:/var/folders/5n/bff2g_dn0379h1ms9xjc80t40000gn/T/pip-am4ukT-build/setup.py) egg_info for package from hg+http://bitbucket.org/pygame/pygame
    
    
    WARNING, No "Setup" File Exists, Running "config.py"
    Using Darwin configuration...
    
    sh: sdl-config: command not found
    sh: sdl-config: command not found
    sh: sdl-config: command not found
    WARNING: "sdl-config" failed!
    Hunting dependencies...
    SDL     : not found
    Framework SDL found
    FONT    : not found
    Framework SDL_ttf not found
    IMAGE   : not found
    Framework SDL_image not found
    MIXER   : not found
    Framework SDL_mixer not found
    SMPEG   : found 0.4.5
    Framework smpeg not found
    Framework CoreMIDI found
    Framework QuickTime found
    PNG     : found
    JPEG    : not found
    PORTMIDI: not found
    FREETYPE: found 2.5.0
    AVFORMAT: not found
    SWSCALE : not found
    
    If you get compiler errors during install, doublecheck
    the compiler flags in the "Setup" file.
    
    
    Continuing With "setup.py"
    
    no previously-included directories found matching '*/CVS'
    no previously-included directories found matching '*/*/CVS'
  Requirement already satisfied (use --upgrade to upgrade): pygame==1.9.2a0 from hg+http://bitbucket.org/pygame/pygame in /Library/Python/2.7/site-packages
Cleaning up...
It even says that pygame is installed, but the CFClient doesn't recognize it. I can't get my little multirotor in the air anymore. HALP!

B
Post Reply