jakobandersen/mod

macOS, running fails

jakobandersen opened this issue · 1 comments

Running on macOS is currently not immediately possible. The issue is that Homebrew has updated boost-python3 to compile against Python 3.11, but a bug in Boost.Python (boostorg/python#400) prevents import of the package at runtime.
A fix should be in Boost 1.81, so once Homebrew updates to that version, it should work again.

Homebrew has updated Boost to 1.81, and as expected the bindings now work.