Hi, To be honest this is very strange for me, this error seems to be very broad and are many solution for it. Having a quick look in the internet it seems that is related to your pip package, which version of pip are you using? Check out this link <http://stackoverflow.com/questions/21294997/pip-connection-failure-cannot-fetch-index-base-url-http-pypi-python-org-simpl>[1], there may have the answer for your question.
BR, Bruno. [1]: http://stackoverflow.com/questions/21294997/pip-connection-failure-cannot-fetch-index-base-url-http-pypi-python-org-simpl On Fri, Oct 10, 2014 at 9:41 AM, Vivek Varghese Cherian < [email protected]> wrote: > > > > On Thu, Oct 9, 2014 at 6:15 PM, Bruno Grazioli <[email protected]> > wrote: > >> Hi Vivek, >> >> Try installing with pip, using the command: >> - pip install -r requirements.txt >> >> Also check your network configuration since pip isn't able to find the >> pbr package: >> "Download error on https://pypi.python.org/simple/pbr/: [Errno 110] >> Connection timed out -- Some packages may not be found! >> Couldn't find index page for 'pbr' (maybe misspelled?) >> Download error on https://pypi.python.org/simple/: [Errno 110] Connection >> timed out -- Some packages may not be found! >> No local packages or download links found for pbr>=0.5,<0.6" >> >> Did you install all the requirements mentioned there? >> >> BR, >> Bruno. >> >> >> > Hi, > > pip install -r requirements.txt throws up the following exception. > > > root@ice14:~/kwapi# pip install -r requirements.txt > Requirement already satisfied (use --upgrade to upgrade): > d2to1>=0.2.10,<0.3 in /usr/lib/python2.7/dist-packages (from -r > requirements.txt (line 1)) > Requirement already satisfied (use --upgrade to upgrade): eventlet in > /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 2)) > Requirement already satisfied (use --upgrade to upgrade): flask in > /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 3)) > Requirement already satisfied (use --upgrade to upgrade): iso8601 in > /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 4)) > Requirement already satisfied (use --upgrade to upgrade): kombu in > /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 5)) > Requirement already satisfied (use --upgrade to upgrade): oslo.config in > /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 6)) > Downloading/unpacking pbr>=0.5,<0.6 (from -r requirements.txt (line 7)) > Cannot fetch index base URL https://pypi.python.org/simple/ > Could not find any downloads that satisfy the requirement pbr>=0.5,<0.6 > (from -r requirements.txt (line 7)) > Cleaning up... > No distributions at all found for pbr>=0.5,<0.6 (from -r requirements.txt > (line 7)) > Storing debug log for failure in /home/ppm/.pip/pip.log > root@ice14:~/kwapi# > > Regards, > -- > Vivek Varghese Cherian (विवेक वर्गीस चेरियान) > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
