Hi Shabina, RBTools requires Python 2.7. You'll need to uninstall and then re-install using pip2.7.
Christian On Fri, Jun 16, 2017 at 2:18 PM, shabina rayan <[email protected]> wrote: > shabinarayan:~ shabina.rayan$ rbt post --debug > > >>> RBTools 0.7.10 > > >>> Python 3.6.1 |Anaconda 4.4.0 (x86_64)| (default, May 11 2017, > 13:04:09) > > [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] > > >>> Running on Darwin-16.6.0-x86_64-i386-64bit > > >>> Home = /Users/shabina.rayan > > >>> Current directory = /Users/shabina.rayan > > Traceback (most recent call last): > > File "/Users/shabina.rayan/anaconda/bin/rbt", line 11, in <module> > > load_entry_point('RBTools==0.7.10', 'console_scripts', 'rbt')() > > File "/Users/shabina.rayan/anaconda/lib/python3.6/site- > packages/RBTools-0.7.10-py3.6.egg/rbtools/commands/main.py", line 133, in > main > > command.run_from_argv([RB_MAIN, command_name] + args) > > File "/Users/shabina.rayan/anaconda/lib/python3.6/site- > packages/RBTools-0.7.10-py3.6.egg/rbtools/commands/__init__.py", line > 660, in run_from_argv > > subprocess.list2cmdline(argv).decode('utf8')) > > File "/Users/shabina.rayan/anaconda/lib/python3.6/subprocess.py", line > 461, in list2cmdline > > needquote = (" " in arg) or ("\t" in arg) or not arg > > TypeError: a bytes-like object is required, not 'str' > > -- > 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. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
