#66995 closed defect (fixed)

py311-matplotlib @3.7.0: ModuleNotFoundError: No module named 'pybind11'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: reneeotten (Renee Otten)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: py-matplotlib

Description

https://build.macports.org/builders/ports-13_x86_64-builder/builds/22557/steps/install-port/logs/stdio

Traceback (most recent call last):
  File "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-matplotlib/py311-matplotlib/work/matplotlib-3.7.0/setup.py", line 40, in <module>
    import setupext
  File "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-matplotlib/py311-matplotlib/work/matplotlib-3.7.0/setupext.py", line 19, in <module>
    from pybind11.setup_helpers import Pybind11Extension
ModuleNotFoundError: No module named 'pybind11'

Change History (1)

comment:1 Changed 15 months ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

I added the missing dependency already in this commit - just looks like the macOS 13 buildbot hasn't gotten around to try this build again. That's likely because it is offline, at least according to https://build.macports.org/waterfall?tag=13

Note: See TracTickets for help on using tickets.