Hashes do not match on CircleCI
See original GitHub issueI am getting the following failure on CircleCI with pipenv 3.3.4:
An error occured while installing!
THESE PACKAGES DO NOT MATCH THE HASHES FROM Pipfile.lock!. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
coverage==4.3.4 from https://pypi.python.org/packages/d4/26/ff939bccb1406bb139dedefcbdca850d208c47f5bef32a5b391267b13023/coverage-4.3.4-cp36-cp36m-manylinux1_x86_64.whl#md5=c71e253f56a4ac0cc07cabe8df0863d5 (from -r /tmp/tmp1rtbwrxp-requirements.txt (line 21)):
Expected sha256 8b282292973a1dc4eccfcc0776e0fde75b5b3de2e35164c2d854f7dd80149e4b
Got 2f5a8bf29bdc69976d0913745daab11f8265e46ec41153f5e1e1794088019dad
Using the same version pipenv install --dev
succeeds on my machine.
How do I go about debugging this?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
CircleCI short object hash does not match git's
The short form of the git object SHA1 hash (e.g. 80cf7b3) that CircleCI displays throughout the web UI does not always match git's...
Read more >Checksums doesn't match - Feedback & Bug Reports
We've a problem with one of our workflows. The first step is checkout code and cached with key src-v1-{{ .Environment.CIRCLE_SHA1 }}.
Read more >Caching Dependencies - CircleCI
This document is a guide to caching dependencies in CircleCI pipelines.
Read more >Configuring CircleCI
A map defining rules to allow/block execution of specific branches for a single job that is not in a workflow or a 2.1...
Read more >Feedback & Bug Reports - CircleCI Discuss
CircleCI suddenly stopped building on open PRs ... OAuth/GitHub login flow for Circle CI Discuss ... CircleCI short object hash does not match...
Read more >Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Implementation will be a bit slower in pipenv but you can test out the resolver we are working on - passa and you should be able to do more granular manipulation of your lockfile
Ok, thanks. Glad it’s being worked on.