/usr/include/python2.7/Python.h:8:22: fatal error: pyconfig.h: No such file or directory
compilation terminated.
Compile failed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
...
main (int argc, char **argv) {
^
cc tmp/xmlXPathInitr_ehk5.o -lxml2 -o a.out
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Trying
pip install pytest-allure-adaptor
with Python 2.7.10 I have got the following error:I should say that I have successfully installed
pytest-allure-adaptor
on environment with Python3. Any ideas how to solve it with Python2.7?