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

Poetry keeps updating the same packages on poetry install #4687

Closed
3 tasks done
Zethson opened this issue Oct 29, 2021 · 7 comments
Closed
3 tasks done

Poetry keeps updating the same packages on poetry install #4687

Zethson opened this issue Oct 29, 2021 · 7 comments
Labels
kind/bug Something isn't working as expected status/needs-reproduction Issue needs a minimal reproduction to be confirmed

Comments

@Zethson
Copy link

Zethson commented Oct 29, 2021

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

Issue

Every time I run poetry install the same packages get updated.

⋊> ~/P/ehrapy on development ⨯ poetry install                                                                                                                                (ehrapy) 12:00:59
Installing dependencies from lock file

Package operations: 0 installs, 5 updates, 0 removals

  • Updating idna (3.2 -> 3.3)
  • Updating pyrsistent (0.17.3 -> 0.18.0)
  • Updating charset-normalizer (2.0.0 -> 2.0.7)
  • Updating pyparsing (2.4.7 -> 3.0.3)
  • Updating pyzmq (22.2.1 -> 22.3.0)

Installing the current project: ehrapy (0.1.0)
⋊> ~/P/ehrapy on development ⨯ poetry install                                                                                                                                (ehrapy) 12:01:08
Installing dependencies from lock file

Package operations: 0 installs, 5 updates, 0 removals

  • Updating idna (3.2 -> 3.3)
  • Updating pyrsistent (0.17.3 -> 0.18.0)
  • Updating charset-normalizer (2.0.0 -> 2.0.7)
  • Updating pyparsing (2.4.7 -> 3.0.3)
  • Updating pyzmq (22.2.1 -> 22.3.0)

Installing the current project: ehrapy (0.1.0)
@Zethson Zethson added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Oct 29, 2021
@Zethson
Copy link
Author

Zethson commented Oct 29, 2021

Cannot reproduce after I killed the complete environment including the poetry cache

@Zethson Zethson closed this as completed Oct 29, 2021
@Zethson
Copy link
Author

Zethson commented Oct 29, 2021

Aaaaand it's back.

@Zethson Zethson reopened this Oct 29, 2021
@MatthieuBizien
Copy link
Contributor

Same problem here, for packages installed with git+ssh.

@fmr
Copy link

fmr commented Jun 16, 2022

I'm also getting this, even though everything's being installed from pypi sources

@fmr
Copy link

fmr commented Jun 16, 2022

Maybe related: #4358

@neersighted
Copy link
Member

Not enough details here to reproduce -- if you're turning off virtualenv creation and on Debian/Ubuntu, it likely is #4358.

@neersighted neersighted closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2022
@neersighted neersighted added status/needs-reproduction Issue needs a minimal reproduction to be confirmed and removed status/triage This issue needs to be triaged labels Oct 4, 2022
Copy link

github-actions bot commented Mar 1, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected status/needs-reproduction Issue needs a minimal reproduction to be confirmed
Projects
None yet
Development

No branches or pull requests

4 participants