I am trying to get gnuradio to work in a virtualenv. I want to keep my system somewhat clean and my project needs Python 3.9, but my system Python is 3.8 (Ubuntu 20.04.4 LTS). I install it using sudo apt install gnuradio, but then it ends up in the system dist-packages and I can’t import it in my virtualenv. The
Tag: gnuradio
GRC QT GUI Range with slider presents error
Using GNU Radio Companion 3.9.4.0. My application has a “QT GUI Range” block. When the Widget is set to “Counter + Slider” I get the error The Python code for this condition is, With the Widget set to “Counter” there is no error. Now that same Python line is, How can I use the desired slider? = = = The