On Fri, 15 Aug 2025 at 04:58, Dima Pasechnik <
dim...@gmail.com> wrote:
>
> Hi John,
> the spkgs involved (pybind11 and contourpy) have not been touched
> since Sage 10.6.
> The problem is that an old version of pybind11 is found on your system:
>
> [contourpy-1.3.1] [spkg-install] Run-time dependency pybind11
> found: YES 2.11.1
>
> and it's too old. build/pkgs/pybind11/spkg-configure.m4 should get a
> version constraint to prevent that,
> although it's not clear whether you have build Sage's pybind11 which
> would be OK to use, or not.
> (contourpy should have thrown an error, and probably a new version
> would have given a better error message)
>
> Anyway, uninstalling the old pybind11 should fix this.