LoginSignup
0
0

More than 5 years have passed since last update.

Yosemite+python+pyquery

Last updated at Posted at 2015-06-30

Yosemite で PyQuery のインストール

pip install pyquery で以下のエラーが出た場合

#include "libxml/xmlversion.h"
             ^
    1 error generated.
    /usr/local/opt/pyenv/versions/3.4.3/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'bugtrack_url'
      warnings.warn(msg)
    error: command 'clang' failed with exit status 1

以下のコマンドで Xcode Command Line Tools をインストールしてから pip install するとインストールできます。

% xcode-select --install
% pip install pyquery
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0