question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hashes do not match on CircleCI

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
techalchemycommented, Sep 7, 2018

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

0reactions
shadow-lightcommented, Sep 7, 2018

Ok, thanks. Glad it’s being worked on.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found