gnuradio/pybombs

Installing Gnuradio 3.8 via Pybombs

oayan opened this issue · 2 comments

oayan commented

I have followed the instructions on: https://github.com/gnuradio/pybombs. However, gnuradio companion is not starting.
This is the error I am getting
/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import fnmatch, glob, traceback, errno, sys, atexit, locale, imp Traceback (most recent call last): File "/home/myUser/gr38/bin/gnuradio-companion", line 102, in <module> run_main() File "/home/myUser/gr38/bin/gnuradio-companion", line 90, in run_main from gnuradio.grc.main import main ModuleNotFoundError: No module named 'gnuradio.grc'

Has someone overcome this issue?

Hi @oayan,

Could you post the output of the following commands please:

which python
python --version
which python3
python3 --version
pybombs config default_prefix

That will help with the troubleshooting. I haven't encountered this exact error but it smells like a python version issue to me...

oayan commented

I did not store the state at the date of this post, so I installed GNUradio from source afterwards. However, the instructions on the pybombs page above were tried on a fresh Ubuntu 18.04 installation and it did not work out of the box.