python-poetry / python-poetry/install.python-poetry.org

Actual version installed is different than it claimed to have installed

Open
#104 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
255
Forks
65
Avg merge
2h 48m
Merged PRs (30d)
1

Description

Here is a console log of the poetry installation on a Mac OSX Ventura.
It claims to have installed version 1.3.2 but when I run the "poetry --version" it showed version 1.3.1


 ~/.local/bin  curl -sSL https://install.python-poetry.org | python3 -

Retrieving Poetry metadata

# Welcome to Poetry!

This will download and install the latest version of Poetry,
a dependency and package manager for Python.

It will add the `poetry` command to Poetry's bin directory, located at:

/Users/tonychia/.local/bin

You can uninstall at any time by executing this script with the --uninstall option,
and these changes will be reverted.

Installing Poetry (1.3.2): Installing Poetry
Installing Poetry (1.3.2): Done

Poetry (1.3.2) is installed now. Great!

You can test that everything is set up by executing:

`poetry --version`

 ~/.local/bin 
 ~/.local/bin  poetry --version
Poetry (version 1.3.1)
 ~/.local/bin  ls -ltr

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the documented installation command on macOS, then compare its reported version with poetry --version. Inspect the installed command at ~/.local/bin and the installation output shown in the report. Done means the command resolves to the version the installer says it installed, or the discrepancy is clearly explained.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.