MuraliKola / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
1 stars 0 forks source link

Pip install does not work #241

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I do this:

  #sudo pip install --upgrade robotframework-seleniumlibrary

... "pip" tries to fetch the next file:

  http://robotframework-seleniumlibrary.googlecode.com/files/robotframework-seleniumlibrary-2.9.tar.gz

... and the process times out.

It looks like code.google.com expects all connections to be encrypted, and 
won't serve the file unless you use "https://".

I don't really know how "pip" works, but I guess all that is needed is to 
change the pointer to the downloadable file, so that it is "https://" instead 
of just "http://"

I don't even know if this is something I should report here or to the "pip" 
team :)

Original issue reported on code.google.com by bocadill...@gmail.com on 11 Jun 2012 at 11:08

GoogleCodeExporter commented 8 years ago
I just tested this and installation worked fine. Could you try again? Perhaps 
you just encountered a temporary problem with Google Code.

Original comment by pekka.klarck on 12 Jun 2012 at 2:06

GoogleCodeExporter commented 8 years ago
Hmm... you are right. It works now. I should have tried in two different days. 
Sorry about that.

Original comment by bocadill...@gmail.com on 12 Jun 2012 at 2:11

GoogleCodeExporter commented 8 years ago
No worries. There clearly was a bug somewhere at some point. Very good to hear 
everything works now.

Original comment by pekka.klarck on 12 Jun 2012 at 7:06