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
After installing Clawpack via meson on Mac OS Sonoma, when I try to
from clawpack import riemann
I get
ImportError: dlopen(/Users/ketch/Research/Software/clawpack/build/cp313/riemann/riemann/euler_mapgrid_3D.cpython-313-darwin.so, 0x0002): Library not loaded: @rpath/libgfortran.5.dylib
Referenced from: <905FAD50-3267-33BA-B221-7ACF6971A96D> /Users/ketch/Research/Software/clawpack/build/cp313/riemann/riemann/euler_mapgrid_3D.cpython-313-darwin.so
Reason: no LC_RPATH's found
To Reproduce
pip3 install clawpack
Then launch IPython (or just Python) and do from clawpack import riemann
Expected behavior
Import clawpack.riemann without errors.
system parameters
Mac OS Sonoma 14.7
Python 3.13.0
meson 1.6.0
ninja 1.11.1.git.kitware.jobserver-1
The text was updated successfully, but these errors were encountered:
Describe the bug
After installing Clawpack via meson on Mac OS Sonoma, when I try to
from clawpack import riemann
I get
To Reproduce
Then launch IPython (or just Python) and do
from clawpack import riemann
Expected behavior
Import
clawpack.riemann
without errors.system parameters
The text was updated successfully, but these errors were encountered: