Hello I am trying to install GNU radio using Pybombs as I need Out Of Tree modules to be added. I tried to install using commands given below
- sudo apt-get install python-pip
- sudo pip install pybombs
- pybombs auto-config
- pybombs recipes add-defaults
- pybombs prefix init ~/gnuradio -R gnuradio-default (wait a while)
- . ~/gnuradio/setup_env.sh
but the installation ends up with following error
Configuring incomplete, errors occurred!
- PyBOMBS.Packager.source - ERROR - Configuration failed after running at least twice.
- PyBOMBS.Packager.source - ERROR - Problem occurred while building package gnuradio: Configuration failed
- PyBOMBS.install_manager - ERROR - Error installing package gnuradio. Aborting.
I tried to install on Ubuntu version 18.04(bionic) and now on ununtu 16.04(xenial) but ended up with the same error. Can anyone help me. Is there any specific requirement of configuration of laptop regarding processor and memory?