-
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
Exported requirements.txt fails to install #6041
Comments
more #5970 fallout for sure. Clear your cache, re-lock, try again. |
thanks @dimbleby - this fixed it for me A more verbose description of steps I had to do: # upgrade poetry to >=1.1.14
pip install --upgrade poetry
# clear caches
poetry cache clear artifact --all
poetry cache clear pypi --all
# remove old lock file
rm poetry.lock
# reinstall (and generate lock-file)
poetry install |
Can confirm this bug. Only delete Note: The hashes didn't missed only in exported |
It's because Poetry bug: python-poetry/poetry#6041
delete lock file + clear |
this can be closed |
@dimbleby why closed? The problem with missing hashes are still there with poetry v1.1.15 |
Closed because of: #4523 ? |
closed because this was clearly a duplicate of #5970, and it is resolved by clearing your cache, updating poetry, and re-locking |
Thanks for the feedback. My suggestion is to always mention the reason when closing and link to an OR or an other ticket. Then there will be no misunderstandings ;) |
The entire meaningful content of this thread was "here's how to fix it", "thanks that fixed it". Thanks anyway, |
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
When I try to install the exported requirement.txt generated by poetry, pip fails the installation stating there are missing hashes. This only seems to happen when I try to export projects with
gql
package. More detailed pip logs:The text was updated successfully, but these errors were encountered: