bug: Does not list latest version
Describe the bug This application doesn't allow the installation of any of the latest versions.
To Reproduce Steps to reproduce the behavior:
- Install via recommended method or
choco - Verify installation
pyenv --version
pyenv 3.1.1
3.. Try to update via pyenv update
pyenv update
:: [Info] :: Mirror: https://www.python.org/ftp/python
C:\Users\...\.pyenv\pyenv-win\libexec\pyenv-update.vbs(279, 9) htmlfile: This command is not supported.
- List latest versions via
pyenv install -lwhich only lists up to version3.11.0b4
3.11.0a5
3.11.0a6-win32
3.11.0a6
3.11.0a7-win32
3.11.0a7
3.11.0b1-win32
3.11.0b1
3.11.0b2-win32
3.11.0b2
3.11.0b3-win32
3.11.0b3
3.11.0b4-win32
3.11.0b4
Desktop (please complete the following information):
Edition Windows 11 Home
Version 24H2
Installed on 2/9/2025
OS build 26100.4946
Experience Windows Feature Experience Pack 1000.26100.197.0
- Tools used: Windows Terminal with admin and
PowerShell 7.5.2
Habing the exact same issue
+1
https://github.com/pyenv-win/pyenv-win/pull/724 worked for me.
https://github.com/pyenv-win/pyenv-win/pull/724 worked for me.
@MFry This is due to the update command being currently broken on Win11
same
https://github.com/pyenv-win/pyenv-win/pull/724 worked for me.
check my comment if you were initially as confused as me about how to implement the fix