Skip to content

Instantly share code, notes, and snippets.

Created March 11, 2016 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/482e6929d35c827d4a6e to your computer and use it in GitHub Desktop.
Save anonymous/482e6929d35c827d4a6e to your computer and use it in GitHub Desktop.
+ popd
/opt/openstack-ansible
+ get_pip
++ which pip
+ '[' /usr/local/bin/pip ']'
+ pip install --upgrade pip==8.0.3 setuptools==20.1.1 wheel==0.29.0
DEPRECATION: --allow-all-external has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.
Ignoring indexes: https://pypi.python.org/simple
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
status = self.run(options, args)
File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 310, in run
wb.build(autobuilding=True)
File "/usr/local/lib/python2.7/dist-packages/pip/wheel.py", line 747, in build
self.requirement_set.prepare_files(self.finder)
File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 359, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 447, in _prepare_file
req_to_install, finder)
File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 396, in _check_skip_installed
finder.find_requirement(req_to_install, self.upgrade)
File "/usr/local/lib/python2.7/dist-packages/pip/index.py", line 436, in find_requirement
all_candidates = self.find_all_candidates(req.name)
File "/usr/local/lib/python2.7/dist-packages/pip/index.py", line 394, in find_all_candidates
for page in self._get_pages(url_locations, project_name):
File "/usr/local/lib/python2.7/dist-packages/pip/index.py", line 539, in _get_pages
page = self._get_page(location)
File "/usr/local/lib/python2.7/dist-packages/pip/index.py", line 642, in _get_page
return HTMLPage.get_page(link, session=self.session)
File "/usr/local/lib/python2.7/dist-packages/pip/index.py", line 751, in get_page
"Cache-Control": "max-age=600",
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/sessions.py", line 480, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 377, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/adapters.py", line 435, in send
raise RetryError(e, request=request)
RetryError: HTTPConnectionPool(host='172.29.236.100', port=8181): Max retries exceeded with url: /os-releases/12.0.2/ (Caused by ResponseError('too many 503 error responses',))
+ pip install --upgrade --isolated pip==8.0.3 setuptools==20.1.1 wheel==0.29.0
Requirement already up-to-date: pip==8.0.3 in /usr/local/lib/python2.7/dist-packages
Requirement already up-to-date: setuptools==20.1.1 in /usr/local/lib/python2.7/dist-packages
Requirement already up-to-date: wheel==0.29.0 in /usr/local/lib/python2.7/dist-packages
You are using pip version 8.0.3, however version 8.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment