gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 191 forks source link

Installing Gnuradio 3.8 via Pybombs #582

Open oayan opened 3 years ago

oayan commented 3 years ago

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?

jkbecker commented 3 years ago

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 3 years ago

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.