Skip to content

Instantly share code, notes, and snippets.

@akiatoji
Created June 28, 2012 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiatoji/3011794 to your computer and use it in GitHub Desktop.
Save akiatoji/3011794 to your computer and use it in GitHub Desktop.
OS X Lion: "yaml.h not found" error when trying to install Python modules (homebrew)

On OS X 10.7.4, you need to install libyaml by hand. Using homewbrew:

brew install libyaml

Then you can happily install python modules

sudo easy_install nltk SOAPpy pyOpenSSL lxml 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment