trong khi chạy tập lệnh python, tôi gặp lỗi này
from lxml import etree
ImportError: No module named lxml
bây giờ tôi đã cố gắng cài đặt lxml
sudo easy_install lmxl
nhưng nó cho tôi lỗi sau
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 **
Sử dụng cấu hình xây dựng của 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