Hi, > Download error on https://pypi.python.org/simple/Sphinx/: timed out -- Some > packages may not be found!
I think it's a network error. Please try again later. OR, if you can download Sphinx package by using some browser from https://pypi.python.org/pypi/Sphinx, you can install it by hand as:: $ pip install Sphinx-1.2.2.tar.gz Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa 2014-04-25 22:30 GMT+09:00 Maamar Yacine MEDDAH <[email protected]>: > Hi, > > I recently tried to install Sphinx, i've python3.4 installed on my machine > (win32), i've tried several techniques to install it but i'm getting this > messages when i try to install it with: > >> easy_install -U Sphinx > > Searching for Sphinx > Reading https://pypi.python.org/simple/Sphinx/ > Download error on https://pypi.python.org/simple/Sphinx/: timed out -- Some > packages may not be found! > Couldn't find index page for 'Sphinx' (maybe misspelled?) > Scanning index of all packages (this may take a while) > Reading https://pypi.python.org/simple/ > Download error on https://pypi.python.org/simple/: timed out -- Some > packages may not be found! > No local packages or download links found for Sphinx > error: Could not find suitable distribution for Requirement.parse('Sphinx') > > > and > > when i use : > >> pip install Sphinx > > Downloading/unpacking Sphinx > Cannot fetch index base URL https://pypi.python.org/simple/ > Could not find any downloads that satisfy the requirement Sphinx > Cleaning up... > No distributions at all found for Sphinx > Storing debug log for failure in D:\Utilisateurs\A576100\pip\pip.log > > Thanx for you're help! > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
