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
416 stars 189 forks source link

Add python-qwt5-qt4 as dep? #568

Open devnulling opened 4 years ago

devnulling commented 4 years ago

From: https://github.com/gnuradio/gnuradio/issues/1518

In Ubuntu 16.04 I installed GNURadio using pybombs. The Filter Design Tool didn't open either. Running the script from the command line, I got the error
user@pc:~/src/gnuradio/default$ python ./lib/python2.7/dist-packages/gnuradio/filter/filter_design.py
Please install PyQwt5 to run this script (http://pyqwt.sourceforge.net/)
user@pc: sudo apt install python-qwt5-qt4
Solved the problem and the tool starts from command line and GNU Radio Companion (version 3.7.12git-361-g713629cc)
I guess that the pybomb recipe needs to add python-qwt5-qt4 as a dependency?