Hi Sri, For now, you need to use easy_install, for a number of reasons:
1. Pip doesn't support eggs (we'll be releasing Wheels in the next release of Review Board). 2. Pip does support source dists, which we provide, but there's a lot of manual steps needed for those to build, and we do not recommend it at all. 3. Pip makes it harder to install externally-hosted builds. This will change down the road, apparently, but for now, it's a lot harder to install using pip. Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Wed, May 6, 2015 at 9:39 AM, Sri Ram Kannan <[email protected]> wrote: > Hi, > > I read few posts in this group that Review board cannot installed using > pip. > > But I see reviewboard in PyPi page and when I tried to install using pip, > I got the below error: > > Could not find any downloads that satisfy the requirement ReviewBoard > Some externally hosted files were ignored (use --allow-external > ReviewBoard to allow). > Cleaning up... > No distributions at all found for ReviewBoard > Storing debug log for failure in /data/users/skannan/.pip/pip.log > > Can some update me ? > > Regards, > Sri. > > -- > 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.
