Message10093

Author alexgs
Recipients alexgs
Date 2015-05-31.19:49:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433101776.71.0.364397084199.issue2365@psf.upfronthosting.co.za>
In-reply-to
Content
Attempted to install requests and got this error:

[root@lab ~]# /opt/jython2.7.0/bin/pip install requests
Downloading/unpacking requests
Got this failure javax.net.ssl.SSLException: handshake timed out during SSL handshake (<_realsocket at 0x216 type=client open_count=1 channel=[id: 0xd2854932, /192.168.1.10:60386 => pypi.python.org/23.235.46.223:443] timeout=15.0>)
Got this failure javax.net.ssl.SSLException: handshake timed out during SSL handshake (<_realsocket at 0x217 type=client open_count=1 channel=[id: 0x4203ec5f, /192.168.1.10:54679 => pypi.python.org/23.235.46.223:443] timeout=15.0>)
  Cannot fetch index base URL https://pypi.python.org/simple/
Got this failure javax.net.ssl.SSLException: handshake timed out during SSL handshake (<_realsocket at 0x218 type=client open_count=1 channel=[id: 0xd41cc95e, 0.0.0.0/0.0.0.0:43107 :> pypi.python.org/23.235.46.223:443] timeout=15.0>)
  Could not find any downloads that satisfy the requirement requests
Cleaning up...
No distributions at all found for requests
Storing debug log for failure in /root/.pip/pip.log
History
Date User Action Args
2015-05-31 19:49:36alexgssetrecipients: + alexgs
2015-05-31 19:49:36alexgssetmessageid: <1433101776.71.0.364397084199.issue2365@psf.upfronthosting.co.za>
2015-05-31 19:49:36alexgslinkissue2365 messages
2015-05-31 19:49:35alexgscreate