You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Follow-up from #162. After upgrading from MacOS 13 to macOS 14 (arm64 architecture) installation now succeeds, but upon initialization of meshkernel a library is missing.
When running
from meshkernel import MeshKernel
MeshKernel()
I get an error indicating
Library not loaded: [/opt/homebrew/opt/gcc](https://file+.vscode-resource.vscode-cdn.net/opt/homebrew/opt/gcc)@11/lib/gcc/11/libgomp.1.dylib
Describe the bug
Follow-up from #162. After upgrading from MacOS 13 to macOS 14 (arm64 architecture) installation now succeeds, but upon initialization of meshkernel a library is missing.
When running
I get an error indicating
MacOSX
sw_vers
output:To Reproduce
Then in
ipython
doThis creates the following error:
Using
homebrew
I installedgcc@11
by doingbrew install gcc@11
, and retried the following inipython
:Which created the MeshKernel class
The text was updated successfully, but these errors were encountered: