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

2022-09-20 Thread Bachmaier, Luca
Hello Vasil, >Having two versions like this could cause various hard to debug problems so >my advice is first to clean up your system, uninstall all gnuradio versions, >manually check and remove all gnuradio's files in /usr and /usr/local (find >/usr >-name "*gnuradio*) and then install only one

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

2022-09-15 Thread Vasil Velichkov
Hi Luca, Please when replying always keep the malling list address (Reply All) On 15/09/2022 09.21, Bachmaier, Luca wrote: > Hi Vasil, > >> Yes, sounds like a bug. How did you install GNU Radio 3.10.3.0 on Debina 11 >> (bullseye)? Can you provide a minimal, reproducible example? > I installed GN

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

2022-09-14 Thread Vasil Velichkov
Hi Luca, On 12/09/2022 17.15, Bachmaier, Luca wrote: > Re-installing my module gave me this cmake error: > > > > CMake Error at lib/CMakeLists.txt … Target > “gnuradio-myModule” links to: gnuradio::gnuradio-fec but the target was not > found. > > > > I was able to solve thi

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

2022-09-12 Thread Bachmaier, Luca
g") Again I would be very thankful if someone could help me. Thank you and regards, Luca >-Ursprüngliche Nachricht- >Von: Vasil Velichkov >Gesendet: Freitag, 9. September 2022 15:06 >An: Bachmaier, Luca ; discuss- >gnura...@gnu.org >Betreff: Re: Struggling wit

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

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: