You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: