Skip to content

Error with ubuntu github testing #163

@yoid2000

Description

@yoid2000

Got this error code when testing for ubuntu on github:

RuntimeError

  Hash for fastparquet (2024.5.0) from archive fastparquet-2024.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl not found in known hashes (was: sha2[56](https://github.com/diffix/syndiffix/actions/runs/13781981420/job/38541714596#step:6:57):af527c62b2762873ea73eec383092b0be8bb18bde00e0d25267c16aa339e2272)

  at /opt/hostedtoolcache/Python/3.10.16/x64/lib/python3.10/site-packages/poetry/installation/executor.py:818 in _validate_archive_hash
      814│         archive_hash: str = "sha256:" + get_file_hash(archive)
      815│         known_hashes = {f["hash"] for f in package.files if f["file"] == archive.name}
      816│ 
      817│         if archive_hash not in known_hashes:
    → 818│             raise RuntimeError(
      819│                 f"Hash for {package} from archive {archive.name} not found in"
      820│                 f" known hashes (was: {archive_hash})"
      821│             )
      822│

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions