Sorry, that bug is my fault. I didn't realize python-tqdm wasn't available on RHEL/CentOS 6 yet. I need to package that up and get an update out. I've been kind of lazy about that. My apologies. I'll work on it now and hopefully it should be in the epel-testing repo by Monday.
On Fri, Jun 16, 2017 at 8:09 AM Shilpa R <[email protected]> wrote: > Hi, > > Thanks for the input. > > Now I have installed RBTools 0.7 on Centos 6 machine. > And when I am running rbt post command , following error is showing :- > > rbt post > Traceback (most recent call last): > File "/usr/bin/rbt", line 5, in <module> > from pkg_resources import load_entry_point > File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in > <module> > working_set.require(__requires__) > File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in > require > needed = self.resolve(parse_requirements(requirements)) > File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in > resolve > raise DistributionNotFound(req) > pkg_resources.DistributionNotFound: *tqdm* > > I think python package tqdm is missing. So I searched the package on > internet for Centos 6. But I didnt get the same. > > Please tell me how to proceed. > > Regards > Shilpa > On Wednesday, June 14, 2017 at 2:22:59 PM UTC+5:30, Shilpa R wrote: >> >> RBTool Version : 0.5 >> Review Board Version : 1.7 >> Using Linux Centos machine. >> >> All commands Showing the same error as below :- >> >> *rbt setup-repo* >> ERROR:root:Could not load SCM Client "svn": No module named etree >> ERROR:root:Could not load SCM Client "git": No module named etree >> ERROR:root:Could not load SCM Client "mercurial": No module named etree >> ERROR:root:The current directory does not contain a checkout from a >> supported source code repository. >> CRITICAL:root:1 >> >> *rbt post* >> ERROR:root:Could not load SCM Client "svn": No module named etree >> ERROR:root:Could not load SCM Client "git": No module named etree >> ERROR:root:Could not load SCM Client "mercurial": No module named etree >> ERROR:root:No supported repository could be accessed at the supplied url. >> CRITICAL:root:1 >> >> I have also configured .reviewboardrc file having values :- >> >> REVIEWBOARD_URL = "http://172.16.107.138/" (where my >> Review Board is running) >> REPOSITORY = "lte_epc" (Repo name configured in Review board) >> >> I am getting where is the issue and why it is not connecting to the >> Repository. >> > -- > 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.
