iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.

Home Page:http://iree.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkgci_test_tensorflow_cpu.yml errors downloading python packages

ScottTodd opened this issue · comments

https://github.com/iree-org/iree/actions/runs/9054348028/job/24874261420#step:6:208
https://github.com/iree-org/iree/actions/runs/9056507791/job/24879468520#step:6:209
https://github.com/iree-org/iree/actions/runs/9056352545/job/24878942046#step:6:209

Downloading idna-3.7-py3-none-any.whl (66 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 15.5 MB/s eta 0:00:00
Downloading Markdown-3.6-py3-none-any.whl (105 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.4/105.4 kB 24.8 MB/s eta 0:00:00
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 19.9 MB/s eta 0:00:00
Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 43.0 MB/s eta 0:00:00
Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 51.2 MB/s eta 0:00:00
Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 25.3 MB/s eta 0:00:00
Downloading werkzeug-3.0.3-py3-none-any.whl (227 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 30.3 MB/s eta 0:00:00
Using cached wheel-0.43.0-py3-none-any.whl (65 kB)
Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux[201](https://github.com/iree-org/iree/actions/runs/9054348028/job/24874261420#step:6:202)4_x86_64.whl (28 kB)
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
    unknown package:
        Expected sha256 6e6f52a39f5b044c1cc228a86905932ba67210c1ef15eea64b15d9306b0e3b17
             Got        a4b13477f1109264510b722ad223539429bcda80cad56ccfb8d7074c5f1b76ec

This sometimes goes away on a retry.

Can try

  • pruning that dep
  • bumping package versions past whatever version is causing issues
  • using an alternate package index

See if others online are having similar issues with that package.

Tracked down the "unknown package" - it's tf-nightly: https://pypi.org/project/tf-nightly/2.17.0.dev20240507/#copy-hash-modal-183f9970-2541-4232-950a-3e5e5bee4cc3

image

Can try switching to stable instead.