-
Notifications
You must be signed in to change notification settings - Fork 53
Description
I installed coot-1.1.19 using homebrew on my M1 mac. Installed dependencies included, among other things, python-3.14.0, python-3.13.9, and boost-python3--1.89.0_1. When I run coot, it looks for python 3.13 boost libraries, but this formula installs libraries for 3.14.:
% coot-1
dyld[92553]: Library not loaded: /opt/homebrew/opt/boost-python3/lib/libboost_python313.dylib
Referenced from: <09C1B4C9-A271-3BCA-99DA-B4A5396E046B> /opt/homebrew/Cellar/coot/1.1.19/libexec/MacCoot
Reason: tried: '/opt/homebrew/opt/boost-python3/lib/libboost_python313.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/boost-python3/lib/libboost_python313.dylib' (no such file), '/opt/homebrew/opt/boost-python3/lib/libboost_python313.dylib' (no such file), '/opt/homebrew/Cellar/boost-python3/1.89.0_1/lib/libboost_python313.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/boost-python3/1.89.0_1/lib/libboost_python313.dylib' (no such file), '/opt/homebrew/Cellar/boost-python3/1.89.0_1/lib/libboost_python313.dylib' (no such file)
/opt/homebrew/Cellar/coot/1.1.19/bin/coot: line 7: 92553 Abort trap: 6
% ls /opt/homebrew/opt/boost-python3/lib/libboost_python*.dylib
/opt/homebrew/opt/boost-python3/lib/libboost_python314.dylib
Any advice?