Guest User

Untitled

a guest
Sep 12th, 2017
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. WARNING: using non-empty environment directory: /home/sanketh/Desktop/volttron/env
  2. using non-empty environment directory: /home/sanketh/Desktop/volttron/env
  3. Creating virtual Python environment
  4. Downloading virtualenv DOAP record
  5. Downloading virtualenv 15.1.0
  6. New python executable in /home/sanketh/Desktop/volttron/env/bin/python2.7
  7. Not overwriting existing python script /home/sanketh/Desktop/volttron/env/bin/python (you must use /home/sanketh/Desktop/volttron/env/bin/python2.7)
  8. Installing setuptools, pip, wheel...
  9. Complete output from command /home/sanketh/Deskto...on/env/bin/python2.7 - setuptools pip wheel:
  10. Collecting setuptools
  11. Exception:
  12. Traceback (most recent call last):
  13. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/basecommand.py", line 215, in main
  14. status = self.run(options, args)
  15. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/commands/install.py", line 324, in run
  16. requirement_set.prepare_files(finder)
  17. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/req/req_set.py", line 380, in prepare_files
  18. ignore_dependencies=self.ignore_dependencies))
  19. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/req/req_set.py", line 554, in _prepare_file
  20. require_hashes
  21. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/req/req_install.py", line 278, in populate_link
  22. self.link = finder.find_requirement(self, upgrade)
  23. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/index.py", line 465, in find_requirement
  24. all_candidates = self.find_all_candidates(req.name)
  25. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/index.py", line 423, in find_all_candidates
  26. for page in self._get_pages(url_locations, project_name):
  27. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/index.py", line 568, in _get_pages
  28. page = self._get_page(location)
  29. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/index.py", line 683, in _get_page
  30. return HTMLPage.get_page(link, session=self.session)
  31. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/index.py", line 792, in get_page
  32. "Cache-Control": "max-age=600",
  33. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/requests/sessions.py", line 488, in get
  34. return self.request('GET', url, **kwargs)
  35. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/download.py", line 386, in request
  36. return super(PipSession, self).request(method, url, *args, **kwargs)
  37. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/requests/sessions.py", line 475, in request
  38. resp = self.send(prep, **send_kwargs)
  39. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/requests/sessions.py", line 596, in send
  40. r = adapter.send(request, **kwargs)
  41. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/cachecontrol/adapter.py", line 47, in send
  42. resp = super(CacheControlAdapter, self).send(request, **kw)
  43. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/requests/adapters.py", line 390, in send
  44. conn = self.get_connection(request.url, proxies)
  45. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/requests/adapters.py", line 290, in get_connection
  46. proxy_manager = self.proxy_manager_for(proxy)
  47. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/requests/adapters.py", line 184, in proxy_manager_for
  48. **proxy_kwargs
  49. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/requests/adapters.py", line 43, in SOCKSProxyManager
  50. raise InvalidSchema("Missing dependencies for SOCKS support.")
  51. InvalidSchema: Missing dependencies for SOCKS support.
  52. ----------------------------------------
  53. ...Installing setuptools, pip, wheel...done.
  54. Traceback (most recent call last):
  55. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv.py", line 2328, in <module>
  56. main()
  57. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv.py", line 713, in main
  58. symlink=options.symlink)
  59. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv.py", line 945, in create_environment
  60. download=download,
  61. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv.py", line 901, in install_wheel
  62. call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
  63. File "/tmp/tmpGQ2bmZ/virtualenv-15.1.0/virtualenv.py", line 797, in call_subprocess
  64. % (cmd_desc, proc.returncode))
  65. OSError: Command /home/sanketh/Deskto...on/env/bin/python2.7 - setuptools pip wheel failed with error code 2
Add Comment
Please, Sign In to add comment