What version are you running?
RBTools 0.7.7 for MacOS X
What steps will reproduce the problem?
- download rbt tool pkg
- install the package
- run "rbt help"
What is the expected output? What do you see instead?
LWL-ML-WILSON:~ dwilson$ rbt help
Traceback (most recent call last):
File "/usr/local/bin/rbt", line 5, in <module>
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 2603, in <module>
working_set.require(requires)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: tqdm
LWL-ML-WILSON:~ dwilson$What operating system are you using?
Mac osx 10.11.6
Attach the debug out from the command.
$ rbt <command> --debug <args> <debug output>Please provide any additional information below.