pyenv-win icon indicating copy to clipboard operation
pyenv-win copied to clipboard

bug: Does not list latest version

Open MFry opened this issue 4 months ago • 7 comments

Describe the bug This application doesn't allow the installation of any of the latest versions.

To Reproduce Steps to reproduce the behavior:

  1. Install via recommended method or choco
  2. 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.
  1. List latest versions via pyenv install -l which only lists up to version 3.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

MFry avatar Aug 20 '25 15:08 MFry

Habing the exact same issue

DiogoF-Zoi avatar Aug 22 '25 10:08 DiogoF-Zoi

+1

glebignatieff avatar Aug 28 '25 16:08 glebignatieff

https://github.com/pyenv-win/pyenv-win/pull/724 worked for me.

StormPooper avatar Aug 28 '25 19:08 StormPooper

https://github.com/pyenv-win/pyenv-win/pull/724 worked for me.

marcelosrrod avatar Sep 01 '25 11:09 marcelosrrod

@MFry This is due to the update command being currently broken on Win11

joce avatar Oct 09 '25 17:10 joce

same

HppZ avatar Oct 16 '25 13:10 HppZ

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

user4302 avatar Nov 11 '25 15:11 user4302