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
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.
Steps to Reproduce
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)
The text was updated successfully, but these errors were encountered: