Skip to content

Instantly share code, notes, and snippets.

@munhitsu
Created February 12, 2015 11:25
Show Gist options
  • Save munhitsu/7656b49417f7d5926652 to your computer and use it in GitHub Desktop.
Save munhitsu/7656b49417f7d5926652 to your computer and use it in GitHub Desktop.
OSX 10.10: pip install lxml
#fatal error: 'libxml/xmlversion.h' file not found
#test 1 (failed)
brew install libxml2
brew install libxslt
brew link libxml2 --force
brew link libxslt --force
#test 2 (passed)
STATIC_DEPS=true pip install lxml
#TODO: why clang is not being given libxml include dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment