oci-cli
oci-cli copied to clipboard
Windows offline installer does not properly detect latest Python. Sorting installed versions fails with 3.8 vs. 3.12
Using 3.47.0
Installer finds two Python installations in HKCU
- 3.8
- 3.12
...but installation script install.ps1 sorts these which places 3.8 above 3.12 and is therefore chosen as the Python version to use. I renamed the key in registry to 3.08 and it properly detects 3.12 now when sorted (by the install script) but this seems like work-around rather than solution
Getting the same on Debian Linux (Trixie)
Thanks for highlighting this @jeliker1 , @dansaim , looks like a genuine issue. CLI team will work on fixing this and share more here