Hi, Looks like you have a newer version of Django on the system, which Review Board is not compatible with. You need to explicitly install the 1.6.11 version (or, preferably, a security-patched version of this from http://downloads.reviewboard.org/releases/Django/1.6/ -- a new version will be coming out tonight). You can download a build from there and use it with easy_install or pip install.
If you are running multiple apps on this server that require different versions of Django, then you'll need to use something like a virtualenv to separate the environments so that each can have their own correct versions of Django and other dependencies. Christian -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> On Tue, Apr 4, 2017 at 3:57 PM, Kartthik Raghunathan <[email protected]> wrote: > I'm trying to install RB 2.5.4 on a Centos7.3 linux box and keep getting > this below error message. I tried with 2.5.6 and 2.5.8 too but still facing > the same issue. > > I tried removing django (yum remove Django) and reinstalling the RB but > still getting struck at the same point. Can someone shed some light on this > installation issue. > > [root@qa ~]# easy_install reviewboard==2.5.4 > Searching for reviewboard==2.5.4 > Reading https://pypi.python.org/simple/reviewboard/ > Best match: ReviewBoard 2.5.4 > Downloading https://pypi.python.org/packages/3f/04/ > e0f4d4754cc5a9bf05b5322f59b28fdb404f69648223786546e5d2be5225 > /ReviewBoard-2.5.4-py2.7.egg#md5=bf3557e0dc1ebc1951f6ad638b3ba29a > Processing ReviewBoard-2.5.4-py2.7.egg > creating /usr/lib/python2.7/site-packages/ReviewBoard-2.5.4-py2.7.egg > Extracting ReviewBoard-2.5.4-py2.7.egg to /usr/lib/python2.7/site-packages > Adding ReviewBoard 2.5.4 to easy-install.pth file > Installing rbssh script to /usr/bin > Installing rb-site script to /usr/bin > > Installed /usr/lib/python2.7/site-packages/ReviewBoard-2.5.4-py2.7.egg > Reading http://downloads.reviewboard.org/mirror/ > Reading http://downloads.reviewboard.org/releases/Djblets/0.9/ > Reading http://downloads.reviewboard.org/releases/django-evolution/0.7/ > Processing dependencies for reviewboard==2.5.4 > *error: Installed distribution Django 1.6.11 conflicts with requirement > Django>=1.8* > > Thanks in advance. > > -- > 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.
