FYI I was able to install it manually by downloading RBTools from your website, untarring, and then sudo python2.7 setup.py install
Sounds like python 3 (which my default python command resolves to) isn't compatible. On Monday, July 20, 2015 at 12:31:53 PM UTC-7, Matt Sawyer wrote: > > I am seeing this issue today when trying to upgrade one of my machines to > 0.6.3: > > sudo easy_install -U RBTools==0.6.3 > Searching for RBTools==0.6.3 > Reading https://pypi.python.org/simple/RBTools/ > Reading http://downloads.review-board.org/releases/ > Reading http://downloads.review-board.org/releases/RBTools/0.2/ > Reading http://downloads.reviewboard.org/releases/RBTools/0.2/ > Reading http://downloads.reviewboard.org/releases/RBTools/0.3/ > Reading http://downloads.reviewboard.org/releases/RBTools/0.4/ > Reading http://downloads.reviewboard.org/releases/RBTools/0.5/ > Reading http://downloads.reviewboard.org/releases/RBTools/0.6/ > Reading http://downloads.reviewboard.org/releases/RBTools/0.7/ > Reading http://www.review-board.org/ > Download error on http://www.review-board.org/: hostname ' > www.reviewboard.org' doesn't match either of 'beanbaginc.com', ' > www.beanbaginc.com' -- Some packages may not be found! > Reading http://www.reviewboard.org/ > Download error on http://www.reviewboard.org/: hostname ' > www.reviewboard.org' doesn't match either of 'beanbaginc.com', ' > www.beanbaginc.com' -- Some packages may not be found! > Best match: RBTools 0.6.3 > Processing RBTools-0.6.3-py3.4.egg > RBTools 0.6.3 is already the active version in easy-install.pth > Installing rbt script to /usr/bin > > > Using /usr/lib/python3.4/site-packages/RBTools-0.6.3-py3.4.egg > Processing dependencies for RBTools==0.6.3 > Finished processing dependencies for RBTools==0.6.3 > > > On Thursday, July 17, 2014 at 2:44:11 PM UTC-7, Jamie Gruener wrote: >> >> Thanks for the quick response! Works as expected now. >> >> --Jamie >> >> On Thursday, July 17, 2014 5:36:11 PM UTC-4, David Trowbridge wrote: >>> >>> Jamie, >>> >>> It looks like we had a snag in our release process, and the download URL >>> wasn't registered in PyPI. I've fixed this, and you should be able to >>> easy_install rbnotefield now. >>> >>> -David >>> >>> >>> On Thu, Jul 17, 2014 at 2:21 PM, Jamie Gruener <[email protected]> >>> wrote: >>> >>>> If I try to install rbnotefield I get an error about a hostname >>>> mismatch: >>>> >>>> [root@reviews ~]# easy_install -U rbnotefield >>>>> Searching for rbnotefield >>>>> Reading https://pypi.python.org/simple/rbnotefield/ >>>>> Reading http://www.reviewboard.org/ >>>>> Download error on http://www.reviewboard.org/: hostname ' >>>>> www.reviewboard.org' doesn't match either of 'beanbaginc.com', ' >>>>> www.beanbaginc.com' -- Some packages may not be found! >>>>> No local packages or download links found for rbnotefield >>>>> error: Could not find suitable distribution for >>>>> Requirement.parse('rbnotefield') >>>> >>>> >>>> If I try to install rbseverity, that works, but I get the same error >>>> and the package downloads from another location: >>>> >>>> [root@reviews ~]# easy_install -U rbseverity >>>>> Searching for rbseverity >>>>> Reading https://pypi.python.org/simple/rbseverity/ >>>>> Reading http://downloads.reviewboard.org/releases/rbseverity/0.5/ >>>>> Reading http://www.reviewboard.org/ >>>>> Download error on http://www.reviewboard.org/: hostname ' >>>>> www.reviewboard.org' doesn't match either of 'beanbaginc.com', ' >>>>> www.beanbaginc.com' -- Some packages may not be found! >>>>> Best match: rbseverity 0.5 >>>>> Downloading >>>>> http://downloads.reviewboard.org/releases/rbseverity/0.5/rbseverity-0.5-py2.6.egg >>>>> Processing rbseverity-0.5-py2.6.egg >>>>> creating /usr/lib/python2.6/site-packages/rbseverity-0.5-py2.6.egg >>>>> Extracting rbseverity-0.5-py2.6.egg to /usr/lib/python2.6/site-packages >>>>> Adding rbseverity 0.5 to easy-install.pth file >>>>> Installed /usr/lib/python2.6/site-packages/rbseverity-0.5-py2.6.egg >>>>> Processing dependencies for rbseverity >>>>> Finished processing dependencies for rbseverity >>>> >>>> >>>> >>>> FYI, I'm not a developer, I'm a sysadmin setting this up for developers. >>>> >>>> Any input helpful. >>>> >>>> Thanks, >>>> >>>> --Jamie >>>> >>>> -- >>>> Get the Review Board Power Pack at >>>> http://www.reviewboard.org/powerpack/ >>>> --- >>>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >>>> --- >>>> Happy user? Let us know at http://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.
