Jump to content

PyBOMBS


NotPike

Recommended Posts

Has anyone ever got PyBOMBS to work in Ubuntu 16.04?

After following the instructions from their GitHub page (https://github.com/gnuradio/pybombs/), both pip install and building from source, I'm  running into the same error when trying to run gnuradio-companion.

root@robot:/pybombs# pybombs run gnuradio-companion
PyBOMBS - INFO - PyBOMBS Version 2.2.0
Traceback (most recent call last):
  File "/home/pike/prefix/bin/gnuradio-companion", line 99, in <module>
    run_main()
  File "/home/pike/prefix/bin/gnuradio-companion", line 87, in run_main
    from gnuradio.grc.main import main
ImportError: No module named main

Or...

root@robot:/pybombs# source ~/prefix/setup_env.sh 
root@robot:/pybombs# gnuradio-companion 
Traceback (most recent call last):
  File "/home/pike/prefix/bin/gnuradio-companion", line 99, in <module>
    run_main()
  File "/home/pike/prefix/bin/gnuradio-companion", line 87, in run_main
    from gnuradio.grc.main import main
ImportError: No module named main

It's failing to import main from gnuradio.grc.main but when I dove into the gnuradio.grc python module, main didn't exist :/. Anyone else experience this before?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...