discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting "referenced unknown base type gr::block"


From: Marcus Müller
Subject: Re: Getting "referenced unknown base type gr::block"
Date: Thu, 26 May 2022 23:17:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0

Hi Niko,

this looks strange.
The most likely explanation is that you might be mixing some different versions/installations of GNU Radio. Would that be possible?

Best regards,
Marcus

On 26.05.22 17:11, Nikoloz Glonti wrote:
Hi everyone,

I have newest gnuradio 3.10, and I'm compiling example QPSK block - https://wiki.gnuradio.org/index.php?title=Guided_Tutorial_GNU_Radio_in_C%2B%2B
But when trying to run it i get following error.

  File "/home/ng/Desktop/bloczki/gr-spektralsi/build/python/testFiltru.py", line 35, in <module>
     from gnuradio import pec
  File "/usr/local/lib/python3.10/site-packages/gnuradio/pec/__init__.py", line 18, in <module>
     from .pec_python import *
ImportError: generic_type: type "qpsk_demod_cb" referenced unknown base type 
"gr::block"

How can i fix it?

Thank You in advance
Niko





reply via email to

[Prev in Thread] Current Thread [Next in Thread]