Advertisement
Guest User

Untitled

a guest
May 8th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. Downloading/unpacking requests>=1.1 (from -r /opt/stack/heat/requirements.txt (line 25))
  2. Downloading/unpacking Routes>=1.12.3 (from -r /opt/stack/heat/requirements.txt (line 26))
  3. Downloading/unpacking six>=1.5.2 (from -r /opt/stack/heat/requirements.txt (line 27))
  4. Downloading six-1.6.1-py2.py3-none-any.whl
  5. Downloading/unpacking SQLAlchemy>=0.7.8,<=0.9.99 (from -r /opt/stack/heat/requirements.txt (line 28))
  6. Cleaning up...
  7. Exception:
  8. Traceback (most recent call last):
  9. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
  10. status = self.run(options, args)
  11. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run
  12. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  13. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/req.py", line 1197, in prepare_files
  14. do_download,
  15. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/req.py", line 1375, in unpack_url
  16. self.session,
  17. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/download.py", line 546, in unpack_http_url
  18. resp = session.get(target_url, stream=True)
  19. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 395, in get
  20. return self.request('GET', url, **kwargs)
  21. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/download.py", line 237, in request
  22. return super(PipSession, self).request(method, url, *args, **kwargs)
  23. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 383, in request
  24. resp = self.send(prep, **send_kwargs)
  25. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 486, in send
  26. r = adapter.send(request, **kwargs)
  27. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 381, in send
  28. raise ProxyError(e)
  29. ProxyError: Cannot connect to proxy. Socket error: [Errno -2] Name or service not known.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement