Advertisement
Guest User

Untitled

a guest
May 6th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. From --update on trytond_product
  2.  
  3. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/tmp/pip_build_root/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w
  4.  
  5. src/lxml/lxml.etree.c:8:22: fatal error: pyconfig.h: No such file or directory
  6.  
  7. #include "pyconfig.h"
  8.  
  9. ^
  10.  
  11. compilation terminated.
  12.  
  13. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  14.  
  15. ----------------------------------------
  16. Rolling back uninstall of lxml
  17. Cleaning up...
  18. Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-iJ3Lax-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/lxml
  19. Storing debug log for failure in /home/michelle/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement