This sounds like a proxy issue. Are you behind a HTTP/HTTPS proxy server? If so, you'll need to do:
$ sudo -s $ export https_proxy=<your proxy server> $ export http_proxy=<your proxy server> $ easy_install ReviewBoard Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -----Original Message----- From: Karti <[email protected]> Reply: [email protected] <[email protected]>> Date: April 1, 2015 at 10:36:20 PM To: [email protected] <[email protected]>> Subject: Re: easy_install ReviewBoard error > hi, > I am getting the same error. > root@vdevpril127plp:~# sudo easy_install ReviewBoard > Searching for ReviewBoard > Reading https://pypi.python.org/simple/ReviewBoard/ > Download error on https://pypi.python.org/simple/ReviewBoard/: [Errno 104] > Connection reset by peer -- Some packages may not be found! > Couldn't find index page for 'ReviewBoard' (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/: [Errno 104] Connection > reset by peer -- Some packages may not be found! > No local packages or download links found for ReviewBoard > error: Could not find suitable distribution for > Requirement.parse('ReviewBoard') > > how did u solve this issue? > > On Tuesday, July 10, 2012 at 9:41:30 PM UTC+5:30, David MERLET wrote: > > > > Hello, > > > > > > > > I’m trying to install ReviewBoard on Ubuntu server following : > > *http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/* > > > > > > And I’m getting error on “Installing Review Board” Step : > > > > > > > > root@ITEMVM-62234:~# easy_install ReviewBoard > > > > Searching for ReviewBoard > > > > Reading *http://pypi.python.org/simple/ReviewBoard/* > > > > > > No local packages or download links found for ReviewBoard > > > > error: Could not find suitable distribution for > > Requirement.parse('ReviewBoard') > > > > > > > > It seems there is no package at the root of > > *http://pypi.python.org/simple/ReviewBoard/* > > > > > > > > Could you give me solution or bypass ? > > > > > > Best regards, > > > > David Merlet > > > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" > group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
