Using existing toolchain 3.13.0
Closed this issue · 0 comments
PushUpek commented
Steps to Reproduce
- install python 3.13
- install rye 0.42.0
curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash
Expected Result
Rye is using installed python 3.13 from system
Actual Result
#13 1.847 Installed binary to /pyroot/.rye/shims/rye
#13 1.849 Registering toolchain at /usr/local/bin/python cpython@3.13.0 is not a valid toolchain
#13 2.174
#13 2.174 Caused by:
#13 2.174 Toolchain cpython@3.13.0 is not version compatible for internal use.
Version Info
#13 1.807 Rye Version: 0.42.0
#13 1.807 Platform: linux (x86_64)
#13 1.807 Internal Toolchain Path: /usr/local/bin/python
Stacktrace
No response