Did you remove the gnuradio binaries that were originally installed when you built it from GIT (as opposed to just removing the build folder)?

On 04/21/2017 02:16 PM, [email protected] wrote:
Hi,

I recently reinstalled gnuradio through PyBOMBS through pip. My previous installation was a clone of the git repository. I am having trouble runinng gnuradio companion from a prefix.

$ source ~/prefix/setup_env.sh
$ gnuradio-companion

When I run the above commands, I get the following error:

Traceback (most recent call last):
File "/home/gnuradio/default/bin/gnuradio-companion", line 99, in <module>
    run_main()
File "/home/gnuradio/default/bin/gnuradio-companion", line 92, in run_main
    exit(main())
File "/home/gnuradio/default/lib/python2.7/dist-packages/gnuradio/grc/main.py", line 53, in main
    ActionHandler(args, platform)
File "/home/gnuradio/default/lib/python2.7/dist-packages/gnuradio/grc/gui/ActionHandler.py", line 60, in __init__
    self.main_window = MainWindow(platform, self._handle_action)
File "/home/gnuradio/default/lib/python2.7/dist-packages/gnuradio/grc/gui/MainWindow.py", line 80, in __init__
    gen_opts = platform.blocks['options'].get_param('generate_options')
File "/home/gnuradio/default/lib/python2.7/dist-packages/gnuradio/grc/core/utils/odict.py", line 35, in __getitem__
    return self._data[key]
KeyError: 'options'


I can execute gnuradio companion through the following command:
$ pybombs run gnuradio-companion

But before reinstalling PyBOMBS, I was able to run gnuradio companion through the prefix (running setup_env.sh and then calling gnuradio-companion) and I'm wondering why that's no longer possible. I have tried removing and reinstalling gnuradio to the prefix, but that did not work. Has anyone else has this problem or does anyone have any suggestions on how to fix the error?

Thanks,
Kacie

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to