Re: Struggling with 3.10 OOT Module Porting: AttributeError: module has no attribute

2022-09-09 Thread Vasil Velichkov
Hi Luca, On 09/09/2022 10.58, Bachmaier, Luca wrote: > Dear all, > > I'm currently porting some of my modules from GNU Radio 3.8 to 3.10 and > experiencing issues with (probably) pybind. My system setup is: Debian 11, > GNU Radio 3.10.3.0. > > My flow graphs that include the 3.8 modules are ab

Re: S Meter

2022-09-09 Thread Chris Vine
On Fri, 9 Sep 2022 11:36:53 +0100 "R.P. Merrell" wrote: > Hi all > > I am looking for a way to implement a display of the signal strength being > received and have tried various methods using the available blocks in my GNU > 3.10 installation to achieve without success, is their anyone out there

Re: [VOLK] Release 2.5.2

2022-09-09 Thread Chris Vine
On Fri, 9 Sep 2022 11:35:26 +0200 Johannes Demel wrote: > Hi Chris, > > The issue arises in an odd combination. > > 1. you installed VOLK (and cpu_features) to your custom prefix before > 2. your custom prefix is currently NOT sourced > 3. you try to re-compile with `CMAKE_INSTALL_PREFIX=` > >

S Meter

2022-09-09 Thread R.P. Merrell
Hi all I am looking for a way to implement a display of the signal strength being received and have tried various methods using the available blocks in my GNU 3.10 installation to achieve without success, is their anyone out there who has successfully done that who could point me in the right dire

Re: [VOLK] Release 2.5.2

2022-09-09 Thread Johannes Demel
Hi Chris, The issue arises in an odd combination. 1. you installed VOLK (and cpu_features) to your custom prefix before 2. your custom prefix is currently NOT sourced 3. you try to re-compile with `CMAKE_INSTALL_PREFIX=` What I've learned so far: 1. It requires special configuration in a submod

Struggling with 3.10 OOT Module Porting: AttributeError: module has no attribute

2022-09-09 Thread Bachmaier, Luca
Dear all, I'm currently porting some of my modules from GNU Radio 3.8 to 3.10 and experiencing issues with (probably) pybind. My system setup is: Debian 11, GNU Radio 3.10.3.0. My flow graphs that include the 3.8 modules are able to compile, but are not able to run due to the following error: