4456: I am trying to upgrade from RB1.7 to 2.0. But this fails with a Django Dependency

vjash

What version are you running?

1.7.26

What's the URL of the page containing the problem?

https://ssd-codereview3-test.juniper.net

What steps will reproduce the problem?

  1. Upgrade from 1.7.26 to 2.0
  2. Python 2.6
  3. Fails with Django dependency error
  4. raise VersionConflict(dist,req) # XXX put more info here
    pkg_resources.VersionConflict: (Django 1.6.11 (/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg), Requirement.parse('Django>=1.8'))

What is the expected output? What do you see instead?

This is the error I get:
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Django 1.6.11 (/usr/lib/python2.6/site-packages/Django-1.6.11-py2.6.egg), Requirement.parse('Django>=1.8'))

What operating system are you using? What browser?

Please provide any additional information below.

I have another production instance thats running Reviewboard 2.0.20 with Django 1.6.11 on Python 2.6. So, not sure why I am running into this issue now.

david
#1 david

This isn't the right place for this type of issue. Juniper has a support contract with us, so please follow up at support@beanbaginc.com

  • -New
    +SetupIssue