What is python-dev package used for
python-dev python-dev contains the header files you need to build Python extensions. lxml lxml is a Python C-API extension that is compiled when you do pip install lxml. The lxml sources have at least something like #include <Python.h> in the code. The compiler looks for the header file Python.h during compilation, hence those header files … Read more