Neviem ako mam vlastne naistalovat tie hore dva uvadzane programy.
Citácia:
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. Všetky práva vyhradené.
C:\Users\ZMarek>cd c:\python27\scripts
c:\Python27\Scripts>pip install mitmproxy
Requirement already satisfied (use --upgrade to upgrade): mitmproxy in c:\python27\lib\site-packages
Requirement already satisfied (use --upgrade to upgrade): netlib<0.15,>=0.14 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): pyasn1>0.1.2 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): click>=5.1 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): configargparse>=0.9.3 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): pyperclip>=1.5.8 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): pydivert>=0.0.7 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): blinker>=1.3 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): Pillow>=2.3.0 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): construct>=2.5.2 in c:\python27\lib\site-packages (from mitmproxy)
Collecting lxml>=3.3.6 (from mitmproxy)
Using cached lxml-3.5.0.tar.gz
Requirement already satisfied (use --upgrade to upgrade): pyparsing>=1.5.2 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): html2text>=2015.4.14 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): six>=1.9.0 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): tornado>=4.0.2 in c:\python27\lib\site-packages (from mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): certifi>=2015.9.6.2 in c:\python27\lib\site-packages (from netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): passlib>=1.6.2 in c:\python27\lib\site-packages (from netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): ipaddress>=1.0.14 in c:\python27\lib\site-packages (from netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): backports.ssl-match-hostname>=3.4.0.2 in c:\python27\lib\site-packages (from netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): hpack>=1.0.1 in c:\python27\lib\site-packages (from netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): cryptography>=1.0 in c:\python27\lib\site-packages (from netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL>=0.15.1 in c:\python27\lib\site-packages (from netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): singledispatch in c:\python27\lib\site-packages (from tornado>=4.0.2->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): backports-abc>=0.4 in c:\python27\lib\site-packages (from tornado>=4.0.2->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): setuptools in c:\python27\lib\site-packages\setuptools-18.5-py2.7.egg (from cryptography>=1.0->netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): enum34 in c:\python27\lib\site-packages (from cryptography>=1.0->netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): idna>=2.0 in c:\python27\lib\site-packages (from cryptography>=1.0->netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): cffi>=1.1.0 in c:\python27\lib\site-packages (from cryptography>=1.0->netlib<0.15,>=0.14->mitmproxy)
Requirement already satisfied (use --upgrade to upgrade): pycparser in c:\python27\lib\site-packages (from cffi>=1.1.0->cryptography>=1.0->netlib<0.15,>=0.14->mitmproxy)
Building wheels for collected packages: lxml
Running setup.py bdist_wheel for lxml
Complete output from command C:\Python27\python.exe -c "import setuptools;__file__='c:\\users\\zmarek\\appdata\\local\\temp\\pip-build-8a9eyx\\lxml\\setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d c:\users\zmarek\appdata\local\temp\tmpqkmz4upip-wheel-:
Building lxml version 3.5.0.
Building without Cython.
ERROR: 'xslt-config' is not recognized as an internal or external command,
operable program or batch file.
** make sure the development packages of libxml2 and libxslt are installed **
Using build configuration of libxslt
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-2.7
creating build\lib.win32-2.7\lxml
copying src\lxml\builder.py -> build\lib.win32-2.7\lxml
copying src\lxml\cssselect.py -> build\lib.win32-2.7\lxml
copying src\lxml\doctestcompare.py -> build\lib.win32-2.7\lxml
copying src\lxml\ElementInclude.py -> build\lib.win32-2.7\lxml
copying src\lxml\pyclasslookup.py -> build\lib.win32-2.7\lxml
copying src\lxml\sax.py -> build\lib.win32-2.7\lxml
copying src\lxml\usedoctest.py -> build\lib.win32-2.7\lxml
copying src\lxml\_elementpath.py -> build\lib.win32-2.7\lxml
copying src\lxml\__init__.py -> build\lib.win32-2.7\lxml
creating build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\__init__.py -> build\lib.win32-2.7\lxml\includes
creating build\lib.win32-2.7\lxml\html
copying src\lxml\html\builder.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\clean.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\defs.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\diff.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\ElementSoup.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\formfill.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\html5parser.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\soupparser.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\usedoctest.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\_diffcommand.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\_html5builder.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\_setmixin.py -> build\lib.win32-2.7\lxml\html
copying src\lxml\html\__init__.py -> build\lib.win32-2.7\lxml\html
creating build\lib.win32-2.7\lxml\isoschematron
copying src\lxml\isoschematron\__init__.py -> build\lib.win32-2.7\lxml\isoschematron
copying src\lxml\lxml.etree.h -> build\lib.win32-2.7\lxml
copying src\lxml\lxml.etree_api.h -> build\lib.win32-2.7\lxml
copying src\lxml\includes\c14n.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\config.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\dtdvalid.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\etreepublic.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\htmlparser.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\relaxng.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\schematron.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\tree.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\uri.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\xinclude.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\xmlerror.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\xmlparser.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\xmlschema.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\xpath.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\xslt.pxd -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\etree_defs.h -> build\lib.win32-2.7\lxml\includes
copying src\lxml\includes\lxml-version.h -> build\lib.win32-2.7\lxml\includes
creating build\lib.win32-2.7\lxml\isoschematron\resources
creating build\lib.win32-2.7\lxml\isoschematron\resources\rng
copying src\lxml\isoschematron\resources\rng\iso-schematron.rng -> build\lib.win32-2.7\lxml\isoschematron\resources\rng
creating build\lib.win32-2.7\lxml\isoschematron\resources\xsl
copying src\lxml\isoschematron\resources\xsl\RNG2Schtrn.xsl -> build\lib.win32-2.7\lxml\isoschematron\resources\xsl
copying src\lxml\isoschematron\resources\xsl\XSD2Schtrn.xsl -> build\lib.win32-2.7\lxml\isoschematron\resources\xsl
creating build\lib.win32-2.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_abstract_expand.xsl -> build\lib.win32-2.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_dsdl_include.xsl -> build\lib.win32-2.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_schematron_message.xsl -> build\lib.win32-2.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_schematron_skeleton_for_xslt1.xsl -> build\lib.win32-2.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_svrl_for_xslt1.xsl -> build\lib.win32-2.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\readme.txt -> build\lib.win32-2.7\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
running build_ext
building 'lxml.etree' extension
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
creating build\temp.win32-2.7\Release\src
creating build\temp.win32-2.7\Release\src\lxml
C:\Users\ZMarek\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Isrc\lxml\includes -IC:\Python27\include -IC:\Python27\PC /Tcsrc\lxml\lxml.etree.c /Fobuild\temp.win32-2.7\Release\src\lxml\lxml.etree.obj -w
cl : Command line warning D9025 : overriding '/W3' with '/w'
lxml.etree.c
src\lxml\includes\etree_defs.h(14) : fatal error C1083: Cannot open include file: 'libxml/xmlversion.h': No such file or directory
Compile failed: command 'C:\\Users\\ZMarek\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
creating users
creating users\zmarek
creating users\zmarek\appdata
creating users\zmarek\appdata\local
creating users\zmarek\appdata\local\temp
C:\Users\ZMarek\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -I/usr/include/libxml2 /Tcc:\users\zmarek\appdata\local\temp\xmlXPathInit38ht1w.c /Fousers\zmarek\appdata\local\temp\xmlXPathInit38ht1w.obj
xmlXPathInit38ht1w.c
c:\users\zmarek\appdata\local\temp\xmlXPathInit38ht1w.c(1) : fatal error C1083: Cannot open include file: 'libxml/xpath.h': No such file or directory
*********************************************************************************
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
*********************************************************************************
error: command 'C:\\Users\\ZMarek\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
----------------------------------------
Failed building wheel for lxml
Failed to build lxml
Installing collected packages: lxml
Found existing installation: lxml 2.3
Uninstalling lxml-2.3:
Successfully uninstalled lxml-2.3
Running setup.py install for lxml
Complete output from command C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\users\\zmarek\\appdata\\local\\temp\\pip-build-8a9eyx\\lxml\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\zmarek\appdata\local\temp\pip-bsnhte-record\install-record.txt --single-version-externally-managed --compile:
Building lxml version 3.5.0.
Building without Cython.
ERROR: 'xslt-config' is not recognized as an internal or external command,
operable program or batch file.
** make sure the development packages of libxml2 and libxslt are installed **
Using build configuration of libxslt
running install
running build
running build_py
copying src\lxml\includes\lxml-version.h -> build\lib.win32-2.7\lxml\includes
running build_ext
building 'lxml.etree' extension
C:\Users\ZMarek\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Isrc\lxml\includes -IC:\Python27\include -IC:\Python27\PC /Tcsrc\lxml\lxml.etree.c /Fobuild\temp.win32-2.7\Release\src\lxml\lxml.etree.obj -w
cl : Command line warning D9025 : overriding '/W3' with '/w'
lxml.etree.c
src\lxml\includes\etree_defs.h(14) : fatal error C1083: Cannot open include file: 'libxml/xmlversion.h': No such file or directory
Compile failed: command 'C:\\Users\\ZMarek\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
C:\Users\ZMarek\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -I/usr/include/libxml2 /Tcc:\users\zmarek\appdata\local\temp\xmlXPathInitdryjbz.c /Fousers\zmarek\appdata\local\temp\xmlXPathInitdryjbz.obj
xmlXPathInitdryjbz.c
c:\users\zmarek\appdata\local\temp\xmlXPathInitdryjbz.c(1) : fatal error C1083: Cannot open include file: 'libxml/xpath.h': No such file or directory
*********************************************************************************
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
*********************************************************************************
error: command 'C:\\Users\\ZMarek\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
----------------------------------------
Rolling back uninstall of lxml
Command "C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\users\\zmarek\\appdata\\local\\temp\\pip-build-8a9eyx\\lxml\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\zmarek\appdata\local\temp\pip-bsnhte-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\zmarek\appdata\local\temp\pip-build-8a9eyx\lxml
c:\Python27\Scripts>
stiahol som si nejake balicky len neviem ci su spravne.