astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
12.08k stars 425 forks source link

sync fails with "unknown version cpython-aarch64-macos@3.7.13" #1159

Open ChillarAnand opened 2 weeks ago

ChillarAnand commented 2 weeks ago

Steps to Reproduce

❯ rye init demo; cd demo; rye sync

Expected Result

It should sync.

Actual Result

Screenshot 2024-06-14 at 10 09 12

Version Info

❯ rye --version rye 0.34.0 commit: 0.34.0 (d31340178 2024-05-20) platform: macos (aarch64) self-python: cpython@3.12.2 symlink support: true uv enabled: tru

Stacktrace

No response

charliermarsh commented 2 weeks ago

Does your project request Python 3.7.13 somehow? There aren't builds available for that version.

ChillarAnand commented 2 weeks ago

I dont know how that could happen.

This project needs python3.12 and it is already present in toolchain.

Screenshot 2024-06-14 at 11 31 26