I am trying to install gnu radio using pybombs. However, I got the following error:
PyBOMBS - INFO - PyBOMBS Version 2.3.2
PyBOMBS.auto-config - INFO - Using config file: None
Traceback (most recent call last):
File "/usr/local/bin/pybombs", line 11, in <module>
load_entry_point('PyBOMBS==2.3.2', 'console_scripts', 'pybombs')()
File "/usr/local/lib/python2.7/dist-packages/pybombs/main.py", line 32, in main
return dispatch() or 0
File "/usr/local/lib/python2.7/dist-packages/pybombs/commands/base.py", line 194, 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/commands/autoconfig.py", line 121, in run
cfg_file=self.cfg_file,
File "/usr/local/lib/python2.7/dist-packages/pybombs/config_manager.py", line 585, in update_cfg_file
return PBConfigFile(cfg_file).update(new_data)
File "/usr/local/lib/python2.7/dist-packages/pybombs/config_file.py", line 84, in __init__
assert isinstance(self.data, dict)
AssertionError
Any advice on how to fix the problem would be appreciated.
No comments:
Post a Comment