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
Note, this works on my relatively normal RHEL8 laptop. The above is from a HPC server which has weird TCL modules and stuff. But even so it should work!
Ah it's because I have .python-version that contains 3.12.4, and that version of Python was released after the version of Rye I'm using.
I think this could be improved in at least two ways:
The error message could be improved. Add something like This version of Rye is from 2024-06-02 and does not know about Python versions released after that. Note that the date in --version is incorrect though so maybe don't rely on that.
Ideally it should work with versions of Python released after it was released. It can download a dynamic list of versions from a server somewhere. That is a ton more work though and requires setting up a server, so I'd just go with a better error message for now.
Steps to Reproduce
Expected Result
It works.
Actual Result
Version Info
Stacktrace
The text was updated successfully, but these errors were encountered: