prumpi

Untitled

Aug 5th, 2020
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.22 KB | None | 0 0
  1. Microsoft Windows XP [Версия 5.1.2600]
  2. (С) Корпорация Майкрософт, 1985-2001.
  3.  
  4. C:\Documents and Settings\ia>pip install scrapy==1.7.4
  5. Collecting scrapy==1.7.4
  6. Downloading https://files.pythonhosted.org/packages/dd/4f/640343805541c782ee49
  7. b14055a85da816cc118a8f48d01b56d2e5d12bf1/Scrapy-1.7.4-py2.py3-none-any.whl (234k
  8. B)
  9. |████████████████████████████████| 235kB 211kB/s
  10. Collecting PyDispatcher>=2.0.5
  11. Downloading https://files.pythonhosted.org/packages/cd/37/39aca520918ce1935bea
  12. 9c356bcbb7ed7e52ad4e31bff9b943dfc8e7115b/PyDispatcher-2.0.5.tar.gz
  13. Requirement already satisfied: lxml<=4.3.5; python_version == "3.4" in c:\python
  14. 34\lib\site-packages (from scrapy==1.7.4) (4.3.1)
  15. Collecting parsel>=1.5
  16. Downloading https://files.pythonhosted.org/packages/23/1e/9b39d64cbab79d4362cd
  17. d7be7f5e9623d45c4a53b3f7522cd8210df52d8e/parsel-1.6.0-py2.py3-none-any.whl
  18. Collecting service-identity
  19. Downloading https://files.pythonhosted.org/packages/e9/7c/2195b890023e098f9618
  20. d43ebc337d83c8b38d414326685339eb024db2f6/service_identity-18.1.0-py2.py3-none-an
  21. y.whl
  22. Requirement already satisfied: six>=1.5.2 in c:\python34\lib\site-packages (from
  23. scrapy==1.7.4) (1.15.0)
  24. Collecting pyOpenSSL
  25. Downloading https://files.pythonhosted.org/packages/9e/de/f8342b68fa9e981d3480
  26. 39954657bdf681b2ab93de27443be51865ffa310/pyOpenSSL-19.1.0-py2.py3-none-any.whl (
  27. 53kB)
  28. |████████████████████████████████| 61kB 218kB/s
  29. Collecting cssselect>=0.9
  30. Downloading https://files.pythonhosted.org/packages/3b/d4/3b5c17f00cce85b9a1e6
  31. f91096e1cc8e8ede2e1be8e96b87ce1ed09e92c5/cssselect-1.1.0-py2.py3-none-any.whl
  32. Collecting queuelib
  33. Downloading https://files.pythonhosted.org/packages/4c/85/ae64e9145f39dd6d14f8
  34. af3fa809a270ef3729f3b90b3c0cf5aa242ab0d4/queuelib-1.5.0-py2.py3-none-any.whl
  35. Collecting Twisted<=19.2.0,>=13.1.0; python_version == "3.4"
  36. Downloading https://files.pythonhosted.org/packages/f8/2b/a80a70f71eb2b86992ff
  37. a5aaae41457791ae67faa70927fd16b76127c2b7/Twisted-19.2.0.tar.bz2 (3.1MB)
  38. |████████████████████████████████| 3.1MB 52kB/s
  39. ERROR: Command errored out with exit status 1:
  40. command: 'C:\Python34\python.exe' -c 'import sys, setuptools, tokenize; sys
  41. .argv[0] = '"'"'C:\\DOCUME~1\\ia\\LOCALS~1\\Temp\\pip-install-ei0jjdyj\\Twisted\
  42. \setup.py'"'"'; __file__='"'"'C:\\DOCUME~1\\ia\\LOCALS~1\\Temp\\pip-install-ei0j
  43. jdyj\\Twisted\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__)
  44. ;code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code
  45. , __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\DOCUME~1\ia\LOCALS~1\Temp\
  46. pip-install-ei0jjdyj\Twisted\pip-egg-info'
  47. cwd: C:\DOCUME~1\ia\LOCALS~1\Temp\pip-install-ei0jjdyj\Twisted\
  48. Complete output (81 lines):
  49. Traceback (most recent call last):
  50. File "C:\Python34\lib\urllib\request.py", line 1182, in do_open
  51. h.request(req.get_method(), req.selector, req.data, headers)
  52. File "C:\Python34\lib\http\client.py", line 1088, in request
  53. self._send_request(method, url, body, headers)
  54. File "C:\Python34\lib\http\client.py", line 1126, in _send_request
  55. self.endheaders(body)
  56. File "C:\Python34\lib\http\client.py", line 1084, in endheaders
  57. self._send_output(message_body)
  58. File "C:\Python34\lib\http\client.py", line 922, in _send_output
  59. self.send(msg)
  60. File "C:\Python34\lib\http\client.py", line 857, in send
  61. self.connect()
  62. File "C:\Python34\lib\http\client.py", line 1231, in connect
  63. server_hostname=server_hostname)
  64. File "C:\Python34\lib\ssl.py", line 365, in wrap_socket
  65. _context=self)
  66. File "C:\Python34\lib\ssl.py", line 583, in __init__
  67. self.do_handshake()
  68. File "C:\Python34\lib\ssl.py", line 810, in do_handshake
  69. self._sslobj.do_handshake()
  70. ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_s
  71. sl.c:600)
  72.  
  73. During handling of the above exception, another exception occurred:
  74.  
  75. Traceback (most recent call last):
  76. File "C:\Python34\lib\site-packages\setuptools\package_index.py", line 701
  77. , in open_url
  78. return open_with_auth(url, self.opener)
  79. File "C:\Python34\lib\site-packages\setuptools\package_index.py", line 895
  80. , in _socket_timeout
  81. return func(*args, **kwargs)
  82. File "C:\Python34\lib\site-packages\setuptools\package_index.py", line 100
  83. 8, in open_with_auth
  84. fp = opener(request)
  85. File "C:\Python34\lib\urllib\request.py", line 161, in urlopen
  86. return opener.open(url, data, timeout)
  87. File "C:\Python34\lib\urllib\request.py", line 463, in open
  88. response = self._open(req, data)
  89. File "C:\Python34\lib\urllib\request.py", line 481, in _open
  90. '_open', req)
  91. File "C:\Python34\lib\urllib\request.py", line 441, in _call_chain
  92. result = func(*args)
  93. File "C:\Python34\lib\urllib\request.py", line 1225, in https_open
  94. context=self._context, check_hostname=self._check_hostname)
  95. File "C:\Python34\lib\urllib\request.py", line 1184, in do_open
  96. raise URLError(err)
  97. urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certi
  98. ficate verify failed (_ssl.c:600)>
  99.  
  100. During handling of the above exception, another exception occurred:
  101.  
  102. Traceback (most recent call last):
  103. File "<string>", line 1, in <module>
  104. File "C:\DOCUME~1\ia\LOCALS~1\Temp\pip-install-ei0jjdyj\Twisted\setup.py",
  105. line 20, in <module>
  106. setuptools.setup(**_setup["getSetupArgs"]())
  107. File "C:\Python34\lib\distutils\core.py", line 108, in setup
  108. _setup_distribution = dist = klass(attrs)
  109. File "C:\Python34\lib\site-packages\setuptools\dist.py", line 265, in __in
  110. it__
  111. self.fetch_build_eggs(attrs['setup_requires'])
  112. File "C:\Python34\lib\site-packages\setuptools\dist.py", line 311, in fetc
  113. h_build_eggs
  114. replace_conflicting=True,
  115. File "C:\Python34\lib\site-packages\pkg_resources\__init__.py", line 797,
  116. in resolve
  117. dist = best[req.key] = env.best_match(req, ws, installer)
  118. File "C:\Python34\lib\site-packages\pkg_resources\__init__.py", line 1047,
  119. in best_match
  120. return self.obtain(req, installer)
  121. File "C:\Python34\lib\site-packages\pkg_resources\__init__.py", line 1059,
  122. in obtain
  123. return installer(requirement)
  124. File "C:\Python34\lib\site-packages\setuptools\dist.py", line 378, in fetc
  125. h_build_egg
  126. return cmd.easy_install(req)
  127. File "C:\Python34\lib\site-packages\setuptools\command\easy_install.py", l
  128. ine 611, in easy_install
  129. not self.always_copy, self.local_index
  130. File "C:\Python34\lib\site-packages\setuptools\package_index.py", line 602
  131. , in fetch_distribution
  132. return dist.clone(location=self.download(dist.location, tmpdir))
  133. File "C:\Python34\lib\site-packages\setuptools\package_index.py", line 518
  134. , in download
  135. found = self._download_url(scheme.group(1), spec, tmpdir)
  136. File "C:\Python34\lib\site-packages\setuptools\package_index.py", line 759
  137. , in _download_url
  138. return self._attempt_download(url, filename)
  139. File "C:\Python34\lib\site-packages\setuptools\package_index.py", line 765
  140. , in _attempt_download
  141. headers = self._download_to(url, filename)
  142. File "C:\Python34\lib\site-packages\setuptools\package_index.py", line 665
  143. , in _download_to
  144. fp = self.open_url(strip_fragment(url))
  145. File "C:\Python34\lib\site-packages\setuptools\package_index.py", line 715
  146. , in open_url
  147. % (url, v.reason))
  148. distutils.errors.DistutilsError: Download error for https://files.pythonhost
  149. ed.org/packages/8f/26/02c4016aa95f45479eea37c90c34f8fab6775732ae62587a874b619ca0
  150. 97/incremental-17.5.0.tar.gz#sha256=7b751696aaf36eebfab537e458929e194460051ccad2
  151. 79c72b755a167eebd4b3: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
  152. (_ssl.c:600)
  153. ----------------------------------------
  154. ERROR: Command errored out with exit status 1: python setup.py egg_info Check th
  155. e logs for full command output.
  156.  
  157. C:\Documents and Settings\ia>
  158.  
  159.  
  160.  
  161.  
Add Comment
Please, Sign In to add comment