jakobandersen / mod

Home Page:http://cheminf.imada.sdu.dk/mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS, running fails

jakobandersen opened this issue · 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.