-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[1.2.0b3] Hashes still not resolved correctly for dependencies #6132
Comments
As specified in the release notes, you may need to run |
I have cleared the caches and even created a new venv with the same problem. |
Just to be sure, after clearing the cache, did you lock the dependencies again by running either I also remember seeing 2 different repositories for the cache ( |
Yeah, I did. Got the same result. I think I only remove the |
I tried |
Ok, so I re-created the venv again, made sure the caches were all cleared and now it seems to work. A bit odd, not sure what happened. Would have been great to have automatic detection fix for this as I now will have to manually clear all caches on my Gitlab runners. |
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. |
-vvv
option).Issue
Like so many others, I have run into the issue in #5973. I am however running the latest beta version (1.2.0b3) which is supposed to fix that, but I'm still seeing missing hashes. Lock file for the linked project file looks like this (and I have verified with
poetry --version
that the correct version is installed):The same project file with 1.1.14 works however:
It does not seem to happen for all packages though, cffi seems to be a particular culprit. Changing to another of my projects (e.g.
pyatv=0.10.2
) works fine.The text was updated successfully, but these errors were encountered: