Created
March 18, 2014 00:02
-
-
Save yyl/9610991 to your computer and use it in GitHub Desktop.
The error when installing lxml with pip
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
Installing collected packages: lxml | |
Running setup.py install for lxml | |
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' | |
warnings.warn(msg) | |
Building lxml version 3.3.3. | |
Building without Cython. | |
Using build configuration of libxslt 1.1.28 | |
Building against libxml2/libxslt in the following directory: //anaconda/lib | |
... | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: command 'cc' failed with exit status 1 | |
... | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
error: command 'cc' failed with exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment