You need to locate and remove the older version of Django being used. You
should locate the site-packages directory for the version of Python used
for Review Board and try to find the offending version.

My guess is there's a Wheel package taking precedence over the one you're
trying to install. Instead of using easy_install, try upgrading pip and
installing Django using that:

    pip install - U pip
    pip install Django==1.6.11

Christian


On Wed, Apr 5, 2017 at 11:14 Kartthik Raghunathan <kartth...@gmail.com>
wrote:

I have RB 2.5.4 in production and trying to bring up the same version for
QA too. This command will install the latest version and there might be
some DB changes so I'm trying to stick to 2.5.4


On Tuesday, April 4, 2017 at 5:57:05 PM UTC-7, Stephen Gallagher wrote:

You can also try using the EPEL packages for ReviewBoard which will pull in
the correct Django RPM. See https://fedoraproject.org/wiki/EPEL for
information on how to install the EPEL repository. Then do:
yum install --enablerepo=epel-testing ReviewBoard

(The reason for enabling the testing repo is that the latest security fix
release hasn't made it to the stable repo yet, but the previous release
would work without the testing repo)

On Tue, Apr 4, 2017, 8:43 PM Christian Hammond <chri...@beanbaginc.com>
wrote:

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 <kart...@gmail.com>
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 reviewboard...@googlegroups.com.


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 reviewboard...@googlegroups.com.


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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to