Created
February 12, 2015 11:25
-
-
Save munhitsu/7656b49417f7d5926652 to your computer and use it in GitHub Desktop.
OSX 10.10: pip install lxml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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