tensorflow/io

failed to install

Arnold1 opened this issue · 0 comments

hi,

i currently get the following error - it seems tensorflow-io (0.26.0) has some issue here:

Hash for tensorflow-io (0.26.0) from archive tensorflow_io-0.26.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl not found in known hashes (was: sha256:5e7d1243011f4fb3bdc065ab23677146e450d23ed28051890320662737725c2b)
 
  at ~/.local/share/pypoetry/venv/lib/python3.8/site-packages/poetry/installation/executor.py:673 in _validate_archive_hash
      669│         archive_hash: str = "sha256:" + file_dep.hash()
      670│         known_hashes = {f["hash"] for f in package.files}
      671│ 
      672│         if archive_hash not in known_hashes:
    → 673│             [raise](http://www.opengroup.org/onlinepubs/009695399/functions/raise.html) RuntimeError(
      674│                 f"Hash for {package} from archive {archive.name} not found in"
      675│                 f" known hashes (was: {archive_hash})"
      676│             )
      677│ 
 
Warning: The file chosen for install of shellingham 1.5.0 (shellingham-1.5.0-py2.py3-none-any.whl) is yanked. Reason for being yanked: Incorrect package metadata

whats the workaround to fix it?