Hi Thangaraj, On 27/10/2021 15.43, Thangaraj Mukara Dhakshinamoorthy wrote: > The problem was with gr-fcdproplus package only! After removing it was > installing fine and I got it under GRC Menu!
Cool. > File "/usr/local/lib/python3/dist-packages/osmosdr/__init__.py", line 17, > in <module> In your previous mails you've said that you're setting cmake's prefix to `/usr` but here osmosdr is in `/usr/local` (the default prefix). Make sure you have only one gr-osmosdr installed on your system. My advice is to remove all gr-osmosdr installations (from source or from package), make sure that there are not `osmosdr` files in `/usr/` and `/usr/local`, and then reinstall gr-osmosdr. > from .osmosdr_python import * > ImportError: generic_type: type "sink" referenced unknown base type > "gr::hier_block2" I'm not familiar with this error. It looks like https://lists.gnu.org/archive/html/discuss-gnuradio/2021-05/msg00059.html https://lists.gnu.org/archive/html/discuss-gnuradio/2021-05/msg00024.html Regards, Vasil