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

Rye on MacOS 15.0 / M3 - libpython3.12.dylib missing #1416

Open
tcctl opened this issue Oct 16, 2024 · 1 comment
Open

Rye on MacOS 15.0 / M3 - libpython3.12.dylib missing #1416

tcctl opened this issue Oct 16, 2024 · 1 comment

Comments

@tcctl
Copy link

tcctl commented Oct 16, 2024

Steps to Reproduce

  1. Install rye using the curl pipe to bash method for MacOS
  2. Attempt to "rye run my_project_here".

Expected Result

Rye project runs.

Actual Result

dyld[14905]: Library not loaded: @executable_path/../lib/libpython3.12.dylib
Referenced from: <4C4C4495-5555-3144-A117-A9A03E03839B> /Users/<my_uid>/Development/test_project/.venv/bin/python3
Reason: tried: '/Users/<my_uid>/Development/test_project/.venv/lib/libpython3.12.dylib' (no such file)
Abort trap: 6

Version Info

rye 0.41.0
commit: 0.41.0 (10d691d 2024-09-29)
platform: macos (aarch64)
self-python: [email protected]
symlink support: true
uv enabled: true

Stacktrace

(same result, rye doesn't appear to be so much crashing as unable to find what it needs and simply not proceeding)

@tcctl
Copy link
Author

tcctl commented Oct 16, 2024

For context, I was able to run a few rye managed projects on my old intel based Mac. Migrating this one over to the ARM silicon is probably the issue. That or I've simply got something configured incorrectly. Would appreciate any advice from anyone that's seen something similar.

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