Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 KB | None | 0 0
  1. PS C:\Users\stefa\AppData\Local\Programs\Python\Python37-32\Scripts> .\pip install aioxmpp
  2. Collecting aioxmpp
  3. Using cached https://files.pythonhosted.org/packages/2b/2f/15018a736e3c782fc9f2588c63eb9b235884302593c877e2a38e952c3676/aioxmpp-0.10.1.tar.gz
  4. Requirement already satisfied: aiosasl>=0.3 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (0.4.0)
  5. Requirement already satisfied: aioopenssl>=0.1 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (0.4.1)
  6. Requirement already satisfied: babel~=2.3 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (2.6.0)
  7. Requirement already satisfied: dnspython~=1.0 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (1.15.0)
  8. Collecting lxml~=3.6 (from aioxmpp)
  9. Using cached https://files.pythonhosted.org/packages/20/b3/9f245de14b7696e2d2a386c0b09032a2ff6625270761d6543827e667d8de/lxml-3.8.0.tar.gz
  10. Requirement already satisfied: multidict<5,>=2.0 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (4.5.0)
  11. Requirement already satisfied: sortedcollections>=0.5 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (1.0.1)
  12. Requirement already satisfied: pyOpenSSL in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (18.0.0)
  13. Requirement already satisfied: pyasn1 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (0.4.4)
  14. Requirement already satisfied: pyasn1_modules in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (0.2.2)
  15. Requirement already satisfied: tzlocal~=1.2 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from aioxmpp) (1.5.1)
  16. Requirement already satisfied: pytz>=0a in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from babel~=2.3->aioxmpp) (2018.7)
  17. Requirement already satisfied: sortedcontainers in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from sortedcollections>=0.5->aioxmpp) (2.0.5)
  18. Requirement already satisfied: cryptography>=2.2.1 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from pyOpenSSL->aioxmpp) (2.4.1)
  19. Requirement already satisfied: six>=1.5.2 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from pyOpenSSL->aioxmpp) (1.11.0)
  20. Requirement already satisfied: asn1crypto>=0.21.0 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from cryptography>=2.2.1->pyOpenSSL->aioxmpp) (0.24.0)
  21. Requirement already satisfied: idna>=2.1 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from cryptography>=2.2.1->pyOpenSSL->aioxmpp) (2.7)
  22. Requirement already satisfied: cffi!=1.11.3,>=1.7 in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from cryptography>=2.2.1->pyOpenSSL->aioxmpp) (1.11.5)
  23. Requirement already satisfied: pycparser in c:\users\stefa\appdata\local\programs\python\python37-32\lib\site-packages (from cffi!=1.11.3,>=1.7->cryptography>=2.2.1->pyOpenSSL->aioxmpp) (2.19)
  24. Installing collected packages: lxml, aioxmpp
  25. Found existing installation: lxml 4.2.5
  26. Uninstalling lxml-4.2.5:
  27. Successfully uninstalled lxml-4.2.5
  28. Running setup.py install for lxml ... error
  29. Complete output from command c:\users\stefa\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\stefa\\AppData\\Local\\Temp\\pip-install-l30pmp1o\\lxml\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\stefa\AppData\Local\Temp\pip-record-x1px6srp\install-record.txt --single-version-externally-managed --compile:
  30. Building lxml version 3.8.0.
  31. Building without Cython.
  32. ERROR: b"'xslt-config' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
  33. ** make sure the development packages of libxml2 and libxslt are installed **
  34.  
  35. Using build configuration of libxslt
  36. running install
  37. running build
  38. running build_py
  39. creating build
  40. creating build\lib.win32-3.7
  41. creating build\lib.win32-3.7\lxml
  42. copying src\lxml\builder.py -> build\lib.win32-3.7\lxml
  43. copying src\lxml\cssselect.py -> build\lib.win32-3.7\lxml
  44. copying src\lxml\doctestcompare.py -> build\lib.win32-3.7\lxml
  45. copying src\lxml\ElementInclude.py -> build\lib.win32-3.7\lxml
  46. copying src\lxml\pyclasslookup.py -> build\lib.win32-3.7\lxml
  47. copying src\lxml\sax.py -> build\lib.win32-3.7\lxml
  48. copying src\lxml\usedoctest.py -> build\lib.win32-3.7\lxml
  49. copying src\lxml\_elementpath.py -> build\lib.win32-3.7\lxml
  50. copying src\lxml\__init__.py -> build\lib.win32-3.7\lxml
  51. creating build\lib.win32-3.7\lxml\includes
  52. copying src\lxml\includes\__init__.py -> build\lib.win32-3.7\lxml\includes
  53. creating build\lib.win32-3.7\lxml\html
  54. copying src\lxml\html\builder.py -> build\lib.win32-3.7\lxml\html
  55. copying src\lxml\html\clean.py -> build\lib.win32-3.7\lxml\html
  56. copying src\lxml\html\defs.py -> build\lib.win32-3.7\lxml\html
  57. copying src\lxml\html\diff.py -> build\lib.win32-3.7\lxml\html
  58. copying src\lxml\html\ElementSoup.py -> build\lib.win32-3.7\lxml\html
  59. copying src\lxml\html\formfill.py -> build\lib.win32-3.7\lxml\html
  60. copying src\lxml\html\html5parser.py -> build\lib.win32-3.7\lxml\html
  61. copying src\lxml\html\soupparser.py -> build\lib.win32-3.7\lxml\html
  62. copying src\lxml\html\usedoctest.py -> build\lib.win32-3.7\lxml\html
  63. copying src\lxml\html\_diffcommand.py -> build\lib.win32-3.7\lxml\html
  64. copying src\lxml\html\_html5builder.py -> build\lib.win32-3.7\lxml\html
  65. copying src\lxml\html\_setmixin.py -> build\lib.win32-3.7\lxml\html
  66. copying src\lxml\html\__init__.py -> build\lib.win32-3.7\lxml\html
  67. creating build\lib.win32-3.7\lxml\isoschematron
  68. copying src\lxml\isoschematron\__init__.py -> build\lib.win32-3.7\lxml\isoschematron
  69. copying src\lxml\lxml.etree.h -> build\lib.win32-3.7\lxml
  70. copying src\lxml\lxml.etree_api.h -> build\lib.win32-3.7\lxml
  71. copying src\lxml\includes\c14n.pxd -> build\lib.win32-3.7\lxml\includes
  72. copying src\lxml\includes\config.pxd -> build\lib.win32-3.7\lxml\includes
  73. copying src\lxml\includes\dtdvalid.pxd -> build\lib.win32-3.7\lxml\includes
  74. copying src\lxml\includes\etreepublic.pxd -> build\lib.win32-3.7\lxml\includes
  75. copying src\lxml\includes\htmlparser.pxd -> build\lib.win32-3.7\lxml\includes
  76. copying src\lxml\includes\relaxng.pxd -> build\lib.win32-3.7\lxml\includes
  77. copying src\lxml\includes\schematron.pxd -> build\lib.win32-3.7\lxml\includes
  78. copying src\lxml\includes\tree.pxd -> build\lib.win32-3.7\lxml\includes
  79. copying src\lxml\includes\uri.pxd -> build\lib.win32-3.7\lxml\includes
  80. copying src\lxml\includes\xinclude.pxd -> build\lib.win32-3.7\lxml\includes
  81. copying src\lxml\includes\xmlerror.pxd -> build\lib.win32-3.7\lxml\includes
  82. copying src\lxml\includes\xmlparser.pxd -> build\lib.win32-3.7\lxml\includes
  83. copying src\lxml\includes\xmlschema.pxd -> build\lib.win32-3.7\lxml\includes
  84. copying src\lxml\includes\xpath.pxd -> build\lib.win32-3.7\lxml\includes
  85. copying src\lxml\includes\xslt.pxd -> build\lib.win32-3.7\lxml\includes
  86. copying src\lxml\includes\etree_defs.h -> build\lib.win32-3.7\lxml\includes
  87. copying src\lxml\includes\lxml-version.h -> build\lib.win32-3.7\lxml\includes
  88. creating build\lib.win32-3.7\lxml\isoschematron\resources
  89. creating build\lib.win32-3.7\lxml\isoschematron\resources\rng
  90. copying src\lxml\isoschematron\resources\rng\iso-schematron.rng -> build\lib.win32-3.7\lxml\isoschematron\resources\rng
  91. creating build\lib.win32-3.7\lxml\isoschematron\resources\xsl
  92. copying src\lxml\isoschematron\resources\xsl\RNG2Schtrn.xsl -> build\lib.win32-3.7\lxml\isoschematron\resources\xsl
  93. copying src\lxml\isoschematron\resources\xsl\XSD2Schtrn.xsl -> build\lib.win32-3.7\lxml\isoschematron\resources\xsl
  94. creating build\lib.win32-3.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  95. copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_abstract_expand.xsl -> build\lib.win32-3.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  96. copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_dsdl_include.xsl -> build\lib.win32-3.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  97. copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_schematron_message.xsl -> build\lib.win32-3.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  98. copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_schematron_skeleton_for_xslt1.xsl -> build\lib.win32-3.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  99. copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_svrl_for_xslt1.xsl -> build\lib.win32-3.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  100. copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\readme.txt -> build\lib.win32-3.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  101. running build_ext
  102. building 'lxml.etree' extension
  103. error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
  104.  
  105. ----------------------------------------
  106. Rolling back uninstall of lxml
  107. Command "c:\users\stefa\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\stefa\\AppData\\Local\\Temp\\pip-install-l30pmp1o\\lxml\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\stefa\AppData\Local\Temp\pip-record-x1px6srp\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\stefa\AppData\Local\Temp\pip-install-l30pmp1o\lxml\
  108. PS C:\Users\stefa\AppData\Local\Programs\Python\Python37-32\Scripts>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement