Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no LC_RPATH's found #13969

Open
ketch opened this issue Nov 29, 2024 · 0 comments
Open

no LC_RPATH's found #13969

ketch opened this issue Nov 29, 2024 · 0 comments

Comments

@ketch
Copy link

ketch commented Nov 29, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant