analogdevicesinc / gr-iio

IIO blocks for GNU Radio
GNU General Public License v3.0
94 stars 62 forks source link

AttributeError: module 'gnuradio.iio' has no attribute 'fmcomms5_source_f32c'. Did you mean: 'fmcomms2_source_fc32'? #118

Open Berktu99 opened 4 months ago

Berktu99 commented 4 months ago

Hello.

I have installed gnuradio 3.10.7, and i am getting this error when i try the run a flowgraph with a fmcomms5 source:"AttributeError: module 'gnuradio.iio' has no attribute 'fmcomms5_source_f32c'. Did you mean: 'fmcomms2_source_fc32'?" attribute error fmcomms5 not found I have installed libiio and libad9361, and here is their terminal log: terminal_3 libad9361 make install.txt terminal_libiio.txt

I would really appreciate any kind of help, as I have a homework due in 3 days.

Thanks in advance