discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: What version of pybind11 is 3.10.1.1 built against?


From: Cinaed Simson
Subject: Re: What version of pybind11 is 3.10.1.1 built against?
Date: Fri, 13 May 2022 14:47:18 -0700

Hi Tom - I built 3.10.02 using pybind 2.9. on Debian 12 (or bookworm) - which was the system default install for pybind. .

-- Cinaed

On Thu, May 12, 2022 at 12:44 PM Tom McDermott <tom.n5eg@gmail.com> wrote:
In porting over my 3.9 OOT to 3.10,  I have the import error:

>>> 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"
>>>

When I went through this back in 3.9, it was due to a version problem in pybind11.

I have installed pybind11-dev version 2.5.0 from the tarball.   Ubuntu 20.04 package manager
has reverted to 2.4.3 (after having been at 2.5.0 for awhile).

Is this still a pybind11 versioning problem?  If so, what version of pybind11 should I be
using to build my OOT for 3.10.1.1 ?


-- Tom, N5EG





--
    
    
     "We are drowning in information and starving for knowledge."

                                                            -- Rutherford D. Roger

reply via email to

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