Skip to content

Instantly share code, notes, and snippets.

@vvikramjhu
Last active September 28, 2015 06:26
Show Gist options
  • Save vvikramjhu/af83ae93c3b3d4f01abe to your computer and use it in GitHub Desktop.
Save vvikramjhu/af83ae93c3b3d4f01abe to your computer and use it in GitHub Desktop.
-bash-3.2$ STATIC_DEPS=true ~/bin/pip install lxml -v
Collecting lxml
Getting page https://pypi.python.org/simple/lxml/
Starting new HTTPS connection (1): pypi.python.org
/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Could not fetch URL https://pypi.python.org/simple/lxml/: connection error: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed - skipping
1 location(s) to search for versions of lxml:
* https://pypi.python.org/simple/lxml/
Getting page https://pypi.python.org/simple/lxml/
Starting new HTTPS connection (2): pypi.python.org
/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Could not fetch URL https://pypi.python.org/simple/lxml/: connection error: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed - skipping
Could not find a version that satisfies the requirement lxml (from versions: )
Cleaning up...
No matching distribution found for lxml
Exception information:
Traceback (most recent call last):
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/basecommand.py", line 211, in main
status = self.run(options, args)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/commands/install.py", line 294, in run
requirement_set.prepare_files(finder)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_set.py", line 334, in prepare_files
functools.partial(self._prepare_file, finder))
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_set.py", line 321, in _walk_req_to_install
more_reqs = handler(req_to_install)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_set.py", line 461, in _prepare_file
req_to_install.populate_link(finder, self.upgrade)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_install.py", line 250, in populate_link
self.link = finder.find_requirement(self, upgrade)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/index.py", line 571, in find_requirement
'No matching distribution found for %s' % req
DistributionNotFound: No matching distribution found for lxml
Starting new HTTPS connection (1): pypi.python.org
/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
There was an error checking the latest version of pip
Traceback (most recent call last):
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/utils/outdated.py", line 126, in pip_version_check
headers={"Accept": "application/json"},
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/sessions.py", line 477, in get
return self.request('GET', url, **kwargs)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/download.py", line 373, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/sessions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/cachecontrol/adapter.py", line 46, in send
resp = super(CacheControlAdapter, self).send(request, **kw)
File "/var/chroot/home/content/92/7310992/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/adapters.py", line 431, in send
raise SSLError(e, request=request)
SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
~/bin/pip install lxml
Collecting lxml
/var/chroot/home/content/92/7310/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/var/chroot/home/content/92/7310/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Could not find a version that satisfies the requirement lxml (from versions: )
No matching distribution found for lxml
/var/chroot/home/content/92/7310/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment