4501: rbt on mac won't run

dwilson

What version are you running?

RBTools 0.7.7 for MacOS X

What steps will reproduce the problem?

  1. download rbt tool pkg
  2. install the package
  3. 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.

#1 dwilson

Tried to pip install tqdm.....but it fails with permission denied.
OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/tqdm'

david
#2 david

This is fixed in 0.7.9

  • -New
    +Fixed
#3 dwilson

Looks fixed, thanks. But I'm seeing new issues. I'll have to open another ticket.