robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Pip install does not work #241

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by bocadillodeatun on 11 Jun 2012

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 :)

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 12 Jun 2012

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

spooning commented 9 years ago

Originally submitted to Google Code by bocadillodeatun on 12 Jun 2012

Hmm... you are right. It works now. I should have tried in two different days. Sorry about that.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 12 Jun 2012

No worries. There clearly was a bug somewhere at some point. Very good to hear everything works now.