Liam-Sturge opened a new issue, #15039:
URL: https://github.com/apache/tvm/issues/15039
### Expected behavior
running `ubuntu_install_python.sh` should install Python and the required
dependencies in the Docker container.
### Actual behavior
Fails when attempting the command `pip3 install -U --require-hashes -r
<(echo "${pip_spec}") \
-c
/install/python/bootstrap/lockfiles/constraints-${PYTHON_VERSION}.txt`.
Error produced:
```bash
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
ERROR: In --require-hashes mode, all requirements must have their versions
pinned with ==. These do not:
cachecontrol[filecache]<0.13.0,>=0.12.9 from
https://files.pythonhosted.org/packages/a2/ab/fc647c0069493a904be5519dd03a535a2d49a51e98d5e3cb5d93d332293d/CacheControl-0.12.13-py2.py3-none-any.whl#sha256=431fc10c5ab1a1589ce08c05b948abac31c0f76962d5fc9efab9da280c9790aa
(from poetry==1.2.0b1->-r
/install/python/bootstrap/lockfiles/constraints-3.8.txt (line 202))
```
### Environment
Platform: AArch64
TVM version: latest (v0.12.0)
### Steps to reproduce
Within a Docker container such as tvm.ci_cpu, run `pip3 install -U
--require-hashes -r <(echo "pip==22.1.2
--hash=sha256:a3edacb89022ef5258bf61852728bf866632a394da837ca49eb4303635835f17")
\
-c /install/python/bootstrap/lockfiles/constraints-3.8.txt`.
### Triage
* needs-triage
* dev:ci
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]