Skip to content Skip to sidebar Skip to footer

Homebrew: No Formula For Smpeg

I'm trying to install Pygame on my Mac OS 10.6.8 with Python3. I'm doing my best to follow the instructions here: http://florian-berger.de/en/articles/installing-pygame-for-python-

Solution 1:

smpeg has been moved to homebrew-headonly. You can install it like this:

brew tap homebrew/headonly
brew install --HEAD smpeg

Solution 2:

Update Jan 2016

Installation on El Capitan (10.11.2) using Homebrew 0.9.5 (git revision 422e; last commit 2016-01-10) resulted in the following log

$ brew install smpeg
==> Downloading https://homebrew.bintray.com/bottles/smpeg-0.4.5.el_capitan.bott
######################################################################## 100.0%
==> Pouring smpeg-0.4.5.el_capitan.bottle.tar.gz 🍺  /usr/local/Cellar/smpeg/0.4.5: 22 files, 636.1K

which resulted in successful install of smpeg


Post a Comment for "Homebrew: No Formula For Smpeg"