New to Pybombs 2 help

I’ve come back to using Linux (Kali) and was looking to install Pybombs
again to use Gnuradio. I notice there’s been some updates and I’ve
installed PYbombs 2 via PIP as instructed on the Github site. When I run
‘Pybombs install gnuradio’ it tells me there is no package and there
doesn’t seem to be any recipes installed. I’m still a newb at this. Can
someone tell me how to use the new Pybombs 2?

When I try to run ‘pybombs update’ I get the following output:

Traceback (most recent call last):
File "/usr/local/bin/pybombs", line 9, in <module>
load_entry_point('PyBOMBS==2.0.1', 'console_scripts', 'pybombs')()

File “/usr/local/lib/python2.7/dist-packages/PyBOMBS-2.0.1-py2.7.egg
/ pybombs/main.py”, line 30, in main
return dispatch() or 0
File
“/usr/local/lib/python2.7/dist-packages/PyBOMBS-2.0.1-py2.7.egg/pybombs/commands/base.py”,
line 141, in dispatch
return get_cmd_dict(cmd_list)[args.command](cmd=args.command,
args=args).run()
File
“/usr/local/lib/python2.7/dist-packages/PyBOMBS-2.0.1-py2.7.egg/pybombs/commands/install.py”,
line 107, in init
self.args.packages = self.inventory.get_packages()
AttributeError: ‘Install’ object has no attribute ‘inventory’

1 Like