pyenv / pyenv

Simple Python version management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.12.3 not available in install list

noahskelton opened this issue · comments

It appears that 3.12.3 is not available in the install list - this version seems to have been skipped in the release notes for pyenv.

> pyenv install 3.12.3 
python-build: definition not found: 3.12.3

See all available versions with `pyenv install --list'.

If the version you need is missing, try upgrading pyenv:
  
 brew update && brew upgrade pyenv

Prerequisite

  • [x ] Make sure your problem is not listed in the common build problems.
  • [ x] Make sure no duplicated issue has already been reported in the pyenv issues. You should look for closed issues, too.
  • [ x] Make sure you are not asking us to help solving your specific issue.
    • GitHub issues is opened mainly for development purposes. If you want to ask someone to help solving your problem, go to some community site like Gitter, StackOverflow, etc.
  • [ x] Make sure your problem is not derived from packaging (e.g. Homebrew).
    • Please refer to the package documentation for the installation issues, etc.
  • [x ] Make sure your problem is not derived from plugins.
    • This repository is maintaining pyenv and the default python-build plugin only. Please refrain from reporting issues of other plugins here.

Description

  • [ x] Platform information (e.g. Ubuntu Linux 16.04): MacOS 14.3
  • [ x] OS architecture (e.g. amd64): arm (M2)
  • [ x] pyenv version: 2.4.0
  • [x ] Python version: n/a

Fixed with:
brew install pyenv --HEAD