myriadrf / gr-limesdr

gr-limesdr Plugin for GNURadio
Other
142 stars 77 forks source link

AttributeError: module 'limesdr' has no attribute 'sink' #78

Open rodrirq opened 3 years ago

rodrirq commented 3 years ago

Hello, I have seen this post: https://github.com/myriadrf/gr-limesdr/issues/17 Which seems to talk about the same problem. I am working with GNU Radio 3.8 on PetaLinux 2020.2. I installed it via meta-sdr. I have cross-compiled gr-limesdr and LimeSuite using PetaLinux SDK. The thing is that when I try to run a simple flowgraph, I get this:

Limesdr-sink

I modified the __init__.py to see the error vi removing the try / except block and got this:

Screenshot from 2021-06-29 12-49-18

I asked this on the myriadrf forum, but I will ask it here as well, just in case.