discuss-gnuradio
[Top][All Lists]
Advanced

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

[SOLVED] pybind11 problems, gr::block undefined in gnuradio 3.10


From: Tom McDermott
Subject: [SOLVED] pybind11 problems, gr::block undefined in gnuradio 3.10
Date: Sun, 15 May 2022 14:40:58 -0700


>>> import hpsdr
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/gnuradio/hpsdr/__init__.py", line 18, in <module>
    from .hpsdr_python import *
ImportError: generic_type: type "hermesNB" referenced unknown base type "gr::block"
>>>

The only way I found to solve this problem was to stop using Ubuntu 20.04 Focal and move to Ubuntu 22.04 Jammy.
22.04 seems to have the latest versions of the key tools, it all built, and runs correctly.

I suspect this just affects pybind11,  if so folks probably would still be able to install the OOT
on the older version of Ubuntu, they just couldn't change anything that would require re-binding.

-- Tom, N5EG


reply via email to

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