Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Gnuradio 3.8 via Pybombs #582

Open
oayan opened this issue Sep 17, 2020 · 2 comments
Open

Installing Gnuradio 3.8 via Pybombs #582

oayan opened this issue Sep 17, 2020 · 2 comments

Comments

@oayan
Copy link

oayan commented Sep 17, 2020

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
Copy link
Contributor

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
Copy link
Author

oayan commented Sep 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants