Last active
August 29, 2015 14:06
-
-
Save nelsnelson/511442c88bad7c47a637 to your computer and use it in GitHub Desktop.
Yet another devstack failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloading/unpacking pip | |
Getting page https://pypi.python.org/simple/pip/ | |
Could not fetch URL https://pypi.python.org/simple/pip/: connection error: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed | |
Will skip URL https://pypi.python.org/simple/pip/ when looking for download links for pip | |
Getting page https://pypi.python.org/simple/ | |
Could not fetch URL https://pypi.python.org/simple/: connection error: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simple/ (Caused by <class 'httplib.CannotSendRequest'>: ) | |
Will skip URL https://pypi.python.org/simple/ when looking for download links for pip | |
Cannot fetch index base URL https://pypi.python.org/simple/ | |
URLs to search for versions for pip: | |
* https://pypi.python.org/simple/pip/ | |
Getting page https://pypi.python.org/simple/pip/ | |
Could not fetch URL https://pypi.python.org/simple/pip/: connection error: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed | |
Will skip URL https://pypi.python.org/simple/pip/ when looking for download links for pip | |
Could not find any downloads that satisfy the requirement pip | |
Cleaning up... | |
Removing temporary dir /tmp/pip_build_root... | |
No distributions at all found for pip | |
Exception information: | |
Traceback (most recent call last): | |
File "/tmp/tmpnhi7n8/pip.zip/pip/basecommand.py", line 122, in main | |
status = self.run(options, args) | |
File "/tmp/tmpnhi7n8/pip.zip/pip/commands/install.py", line 278, in run | |
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) | |
File "/tmp/tmpnhi7n8/pip.zip/pip/req.py", line 1177, in prepare_files | |
url = finder.find_requirement(req_to_install, upgrade=self.upgrade) | |
File "/tmp/tmpnhi7n8/pip.zip/pip/index.py", line 277, in find_requirement | |
raise DistributionNotFound('No distributions at all found for %s' % req) | |
DistributionNotFound: No distributions at all found for pip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-08-20 13:53:02.115 | + sudo -E python /home/nels.nelson/src/devstack/files/get-pip.py | |
2014-08-20 13:53:02.605 | Downloading/unpacking pip | |
2014-08-20 13:53:02.865 | Cannot fetch index base URL https://pypi.python.org/simple/ | |
2014-08-20 13:53:03.116 | Could not find any downloads that satisfy the requirement pip | |
2014-08-20 13:53:03.117 | Cleaning up... | |
2014-08-20 13:53:03.117 | No distributions at all found for pip | |
2014-08-20 13:53:03.119 | Storing debug log for failure in /home/nels.nelson/.pip/pip.log | |
2014-08-20 13:53:03.138 | ++ err_trap | |
2014-08-20 13:53:03.138 | ++ local r=1 | |
2014-08-20 13:53:03.138 | stack.sh failed: full log in /opt/stack/logs/stack.sh.log.2014-08-20-085022 | |
2014-08-20 13:53:03.139 | Error on exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment