Ah, looks like the problem is due to the package name you used. You want "ReviewBoard" (or "ReviewBoard==2.5b2") and not "ReviewBoard-2.5b2". The latter isn't being found as a package name, and it's trying hard to fulfill the request by finding a source tarball matching the name given as a last resort.
If you hit further problems, it's also probably worth upgrading your version to setuptools (18.0.1 is the latest), as a lot has changed involving package versioning and location since 3.3. Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Wed, Jul 22, 2015 at 1:36 PM, Greg Jacobs <[email protected]> wrote: > # easy_install --version > setuptools 3.3 > > On Wed, Jul 22, 2015 at 4:34 PM, Christian Hammond < > [email protected]> wrote: > >> Hi, >> >> Looks like for whatever reason, your install pulled down an old version >> of Djblets. It should have grabbed 0.9 beta 2, not beta 1. >> >> The whole install process in your log looks questionable, though. It >> pulled down the .tar.gz and not the .egg, which I'm surprised about. So, >> that's also a problem. Review Board cannot be installed from a .tar.gz >> without a bunch of extra packaging tools for the CSS/JavaScript also being >> installed. >> >> What does `easy_install --version` say? >> >> Christian >> >> -- >> Christian Hammond - [email protected] >> Review Board - https://www.reviewboard.org >> Beanbag, Inc. - https://www.beanbaginc.com >> >> On Tue, Jul 21, 2015 at 6:27 AM, <[email protected]> wrote: >> >>> Pasted full logs here if that helps... Let me know how I can be of >>> assistance. >>> >>> http://pastebin.com/kRqq6vfG >>> >>> >>> >>> On Tuesday, July 21, 2015 at 8:56:37 AM UTC-4, Greg Jacobs wrote: >>>> >>>> I should also note, I do have markdown installed and working correctly >>>> etc. Beta1 ran fine prior. >>>> >>>> >>>> >>>> On Tue, Jul 21, 2015 at 8:53 AM, <[email protected]> wrote: >>>> >>>>> Is there an upgrade path from beta1 to beta2? >>>>> >>>>> Running into the following error trying an upgrade ( I'll debug >>>>> further if sane path - else if not supported assuming nuke the Django site >>>>> and leave db in place?) >>>>> >>>>> The upgrade fails at: >>>>> >>>>>> >>>>>> File >>>>>> "/tmp/easy_install-LxFRjB/ReviewBoard-2.5b2/reviewboard/reviews/fields.py", >>>>>> line 9, in <module> >>>>>> from djblets.markdown import iter_markdown_lines >>>>>> django.core.exceptions.ImproperlyConfigured: Error importing module >>>>>> djblets.extensions.staticfiles: "No module named markdown" >>>>>> Traceback (most recent call last): >>>>>> File "/usr/bin/easy_install", line 9, in <module> >>>>>> load_entry_point('setuptools==3.3', 'console_scripts', >>>>>> 'easy_install')() >>>>> >>>>> >>>>> >>>>> On Monday, July 20, 2015 at 1:30:08 PM UTC-4, Christian Hammond wrote: >>>>>> >>>>>> Hey everyone, >>>>>> >>>>>> We've put out the second beta of Review Board 2.5. We're hoping to >>>>>> wrap this release cycle up soon, get an RC out the door in the next two >>>>>> weeks and then ship the final 2.5 release shortly after. We'd love your >>>>>> testing to help make this happen. >>>>>> >>>>>> You can read our announcement, complete with screenshots, here: >>>>>> https://www.reviewboard.org/news/2015/07/20/review-board-2-5-beta-2-out/ >>>>>> >>>>>> We also have an announcements mailing list available, for those not >>>>>> on it: https://www.reviewboard.org/mailing-lists/ >>>>>> >>>>>> And as a reminder, we're posting the latest development news, feature >>>>>> additions, design ideas, etc. over at the Review Board ChangeLog: >>>>>> http://changelog.assembly.com/reviewboard >>>>>> >>>>>> Christian >>>>>> >>>>>> -- >>>>>> Christian Hammond - [email protected] >>>>>> Review Board - https://www.reviewboard.org >>>>>> Beanbag, Inc. - https://www.beanbaginc.com >>>>>> >>>>> -- >>>>> 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 a topic in the >>>>> Google Groups "reviewboard" group. >>>>> To unsubscribe from this topic, visit >>>>> https://groups.google.com/d/topic/reviewboard/Mv4Y183SAVM/unsubscribe. >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Greg Jacobs* | Test Engineering Manager | Clearpath Robotics, Inc. >>>> 1425 Strasburg Rd., Suite 2A, Kitchener, Ontario N2R 1H2 Canada >>>> *T: * 519-513-2416 x861 | *E:* [email protected] | *W:* >>>> www.clearpathrobotics.com >>>> *Your Unmanned Experts **TM * >>>> >>> >> > > > -- > > *Greg Jacobs* | Test Engineering Manager | Clearpath Robotics, Inc. > 1425 Strasburg Rd., Suite 2A, Kitchener, Ontario N2R 1H2 Canada > *T: * 519-513-2416 x861 | *E:* [email protected] | *W:* > www.clearpathrobotics.com > *Your Unmanned Experts **TM * > > -- > 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.
