Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package "already seems to be installed" error when trying to update to new version #795

Open
DetachHead opened this issue Jan 14, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@DetachHead
Copy link

DetachHead commented Jan 14, 2022

C:\Users\amogus>pipx list
venvs are in C:\Users\amogus\.local\pipx\venvs
apps are exposed on your $PATH at C:\Users\amogus\.local\bin
   package poetry 1.1.12, installed using Python 3.10.0rc2
    - poetry.exe

C:\Users\amogus>pipx install poetry==1.2.0a2
'poetry' already seems to be installed. Not modifying existing installation in 'C:\\Users\\amogus\\.local\\pipx\\venvs\\poetry'. Pass '--force' to force installation.

it should detect that i'm updating the package and not show this error

@KotlinIsland
Copy link
Contributor

It would be good if a confirmation message like: poetry version '1.1.12' already installed in '<path>', would you like to overwrite it with version '1.2.0a2'? [yn]

@gaborbernat gaborbernat added the help wanted Extra attention is needed label Dec 2, 2023
@gaborbernat
Copy link
Contributor

PR welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants