Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. pip install ovirt-engine-sdk-python --proxy http://148.87.19.20:80
  2. DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  3.  
  4. Collecting ovirt-engine-sdk-python
  5. Using cached https://files.pythonhosted.org/packages/28/eb/6ccef9afd320f7e0657af3b03e2c4a18bb12ad3e00c655d6794f46e42c9f/ovirt-engine-sdk-python-4.3.3.tar.gz
  6. Requirement already satisfied: pycurl>=7.19.0 in /usr/lib64/python2.7/site-packages (from ovirt-engine-sdk-python) (7.19.0)
  7. Requirement already satisfied: six in /usr/lib/python2.7/site-packages (from ovirt-engine-sdk-python) (1.9.0)
  8. Requirement already satisfied: enum34 in /usr/lib/python2.7/site-packages (from ovirt-engine-sdk-python) (1.1.6)
  9. Installing collected packages: ovirt-engine-sdk-python
  10. Running setup.py install for ovirt-engine-sdk-python ... error
  11. ERROR: Command errored out with exit status 1:
  12. command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-xoMZFA/ovirt-engine-sdk-python/setup.py'"'"'; __file__='"'"'/tmp/pip-install-xoMZFA/ovirt-engine-sdk-python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-4jJ_aR/install-record.txt --single-version-externally-managed --compile
  13. cwd: /tmp/pip-install-xoMZFA/ovirt-engine-sdk-python/
  14. Complete output (29 lines):
  15. 4.3.3
  16. running install
  17. running build
  18. running build_py
  19. creating build
  20. creating build/lib.linux-x86_64-2.7
  21. creating build/lib.linux-x86_64-2.7/ovirtsdk4
  22. copying lib/ovirtsdk4/reader.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  23. copying lib/ovirtsdk4/readers.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  24. copying lib/ovirtsdk4/writers.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  25. copying lib/ovirtsdk4/http.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  26. copying lib/ovirtsdk4/__init__.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  27. copying lib/ovirtsdk4/types.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  28. copying lib/ovirtsdk4/service.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  29. copying lib/ovirtsdk4/version.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  30. copying lib/ovirtsdk4/writer.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  31. copying lib/ovirtsdk4/services.py -> build/lib.linux-x86_64-2.7/ovirtsdk4
  32. running build_ext
  33. building 'ovirtsdk4.xml' extension
  34. creating build/temp.linux-x86_64-2.7
  35. creating build/temp.linux-x86_64-2.7/ext
  36. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/libxml2 -I/usr/include/python2.7 -c ext/xml.c -o build/temp.linux-x86_64-2.7/ext/xml.o
  37. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/libxml2 -I/usr/include/python2.7 -c ext/ov_xml_module.c -o build/temp.linux-x86_64-2.7/ext/ov_xml_module.o
  38. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/libxml2 -I/usr/include/python2.7 -c ext/ov_xml_reader.c -o build/temp.linux-x86_64-2.7/ext/ov_xml_reader.o
  39. ext/ov_xml_reader.c:20:30: fatal error: libxml/xmlreader.h: No such file or directory
  40. #include <libxml/xmlreader.h>
  41. ^
  42. compilation terminated.
  43. error: command 'gcc' failed with exit status 1
  44. ----------------------------------------
  45. ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-xoMZFA/ovirt-engine-sdk-python/setup.py'"'"'; __file__='"'"'/tmp/pip-install-xoMZFA/ovirt-engine-sdk-python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement