파이썬 스크립트를 실행하는 동안이 오류가 발생했습니다.
from lxml import etree
ImportError: No module named lxml
이제 lxml을 설치하려고했습니다.
sudo easy_install lmxl
하지만 다음과 같은 오류가 발생합니다.
Building lxml version 2.3.beta1.
NOTE: Trying to build without Cython, pre-generated 'src/lxml/lxml.etree.c' needs to be available.
ERROR: /bin/sh: xslt-config: not found
** make sure the development packages of libxml2 and libxslt are installed **
libxslt의 빌드 구성 사용
src/lxml/lxml.etree.c:4: fatal error: Python.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1