I'm trying to install robotframework RIDE from few days and I tried following all the posts which I found googling, but still facing few problems.Below are the things which i followed and came upto :
I have successfully installed python2.7 --- as i get the version when I execute python --version
I have also installed robot-framework using pip install robot-framework
And also , wxpython
I tried downloading robot-framework ride from the this website, but when I uncompressed it, I was not able to find any executable file. I also tried using pip to install ride, that is pip install robotframework ride, and got the below error:
C:\Python27>pip install robotframework ride You are using pip version 7.0.1, however version 8.1.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Requirement already satisfied (use --upgrade to upgrade): robotframework in c:\p ython27\lib\site-packages Collecting ride Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x030C6A30>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x030C6B30>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x030C6BD0>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x030C6CB0>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x030C6D90>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x030C6B10>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x030C6D10>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x030C6E70>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x030C6AB0>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connec tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne ction.VerifiedHTTPSConnection object at 0x03186030>, 'Connection to pypi.python. org timed out. (connect timeout=15)')': /simple/ride/ Could not find a version that satisfies the requirement ride (from versions: ) No matching distribution found for ride C:\Python27>
P.S I have made sure that PATH for python is added properly in environment variables.