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 removes all wheels sometimes... randomly #6199

Closed
earonesty opened this issue Aug 19, 2022 · 3 comments
Closed

poetry removes all wheels sometimes... randomly #6199

earonesty opened this issue Aug 19, 2022 · 3 comments
Labels
kind/bug Something isn't working as expected

Comments

@earonesty
Copy link

When i ran poetry update --lock notanorm , poetry decided to zero-out all of the wheels and hashes in my file

Is this because i'm on windows and the original developer was on linux?

Shouldn't poetry fail if it can't generate a valid lockfile? This is really bad for security, which is one of the primary jobs of a lockfile

-typing-extensions = [
-    {file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"},
-    {file = "typing_extensions-4.3.0.tar.gz", hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"},
-]
-urllib3 = [
-    {file = "urllib3-1.26.11-py2.py3-none-any.whl", hash = "sha256:c33ccba33c819596124764c23a97d25f32b28433ba0dedeb77d873a38722c9bc"},
-    {file = "urllib3-1.26.11.tar.gz", hash = "sha256:ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a"},
-]
+typing-extensions = []
+urllib3 = []
@earonesty earonesty added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Aug 19, 2022
@dimbleby
Copy link
Contributor

#5970, clear your cache, use a recent poetry

@finswimmer
Copy link
Member

@mkniewallner mkniewallner removed the status/triage This issue needs to be triaged label Sep 18, 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
Projects
None yet
Development

No branches or pull requests

4 participants