Skip to content

Instantly share code, notes, and snippets.

@yyl
Created March 18, 2014 00:02
Show Gist options
  • Save yyl/9610991 to your computer and use it in GitHub Desktop.
Save yyl/9610991 to your computer and use it in GitHub Desktop.
The error when installing lxml with pip
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