お世話になっております。Ezです。
スクレイピングテストのためにpyqueryを使おうと思いまして
pip install pyquery としたところ、下記エラーが出ました。
lang
1 running build_ext 2 3 building 'lxml.etree' extension 4 5 creating build/temp.linux-x86_64-2.6 6 7 creating build/temp.linux-x86_64-2.6/src 8 9 creating build/temp.linux-x86_64-2.6/src/lxml 10 11 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/tmp/pip-build-QGh7cx/lxml/src/lxml/includes -I/usr/include/python2.6 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.6/src/lxml/lxml.etree.o -w 12 13 src/lxml/lxml.etree.c:8:22: error: pyconfig.h: No such file or directory 14 15 src/lxml/lxml.etree.c:16:20: error: Python.h: No such file or directory 16 17 src/lxml/lxml.etree.c:18:6: error: #error Python headers needed to compile C extensions, please install development version of Python. 18 19 error: command 'gcc' failed with exit status 1 20 21 ---------------------------------------- 22 Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-QGh7cx/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-PU1e5J-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-QGh7cx/lxml 23
pyqueryに関わらず、pip install で色々とインストールしようとするとすべてエラーが出てしまいます。
pip install はできなくなってしまったのでしょうか?
原因をご存知の方いらっしゃいましたら教えて頂けないでしょうか?
よろしくお願い致します。
OS:CentOS6.6
Python2.6(2.7)
ちなみにOSをクリーンインストールしてこのサイトを参考に何回かチャレンジしてみましたが、結果はかわりませんでした。
参考サイト
http://momijiame.tumblr.com/post/72664567612/centos-6-5-python-setuptools-pip
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2014/12/28 09:25
2014/12/28 09:28
2014/12/28 09:41