[install] unexpected blocking when install tvm with pip install apache-tvm

  • The installing is blocking at the following step for long time without any new process: As part of the *.whl can be download, so it seems no problem on the network Connections, so it is strange.

(venv) root@d00469708debug6-7c75445547-frh8j:/usr1/project/zhongyunde/source/osdi22_artifact/artifacts/roller/test_config# pip install apache-tvm

Looking in indexes: http://mirrors.tools.huawei.com/pypi/simple
Collecting apache-tvm
  Downloading http://mirrors.tools.huawei.com/pypi/packages/d2/72/2ec34375700d166e90955cc75df4286fa9c6c3647be9c7a1d285fafac0ec/apache_tvm-0.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (47.2 MB)
     |████████████████████████████████| 47.2 MB 70 kB/s 
Collecting psutil
  Downloading http://mirrors.tools.huawei.com/pypi/packages/58/4d/8245e6f76a93c98aab285a43ea71ff1b171bcd90c9d238bf81f7021fb233/psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB)
     |████████████████████████████████| 287 kB 30.0 MB/s 
Collecting cloudpickle
  Downloading http://mirrors.tools.huawei.com/pypi/packages/48/41/e1d85ca3cab0b674e277c8c4f678cf66a91cd2cecf93df94353a606fe0db/cloudpickle-3.1.0-py3-none-any.whl (22 kB)
Requirement already satisfied: tornado in /usr1/project/zhongyunde/venv/lib/python3.10/site-packages (from apache-tvm) (6.4.2)
Requirement already satisfied: synr==0.6.0 in /usr1/project/zhongyunde/venv/lib/python3.10/site-packages (from apache-tvm) (0.6.0)
Collecting scipy
  Downloading http://mirrors.tools.huawei.com/pypi/packages/47/78/b0c2c23880dd1e99e938ad49ccfb011ae353758a2dc5ed7ee59baff684c3/scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB)
     |████████████████████████████████| 41.2 MB 70 kB/s 
Requirement already satisfied: numpy in /usr1/project/zhongyunde/venv/lib/python3.10/site-packages (from apache-tvm) (2.2.0)
Collecting decorator
  Downloading http://mirrors.tools.huawei.com/pypi/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl (9.1 kB)
Requirement already satisfied: typing-extensions in /usr1/project/zhongyunde/venv/lib/python3.10/site-packages (from apache-tvm) (4.12.2)
Requirement already satisfied: attrs in /usr1/project/zhongyunde/venv/lib/python3.10/site-packages (from apache-tvm) (24.2.0)
Installing collected packages: scipy, psutil, decorator, cloudpickle, apache-tvm