python3.7安装tidevice报错Getting requirements to build wheel ... error

python3.7安装tidevice报错Getting requirements to build wheel ... error,怎么解决?

Collecting tidevice[openssl]
  Downloading tidevice-0.10.11-py3-none-any.whl (92 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.4/92.4 kB 292.3 kB/s eta 0:00:00
Requirement already satisfied: Pillow in d:\python3.7\lib\site-packages (from tidevice[openssl]) (9.0.0)
Requirement already satisfied: requests in d:\python3.7\lib\site-packages (from tidevice[openssl]) (2.18.4)
Collecting colored (from tidevice[openssl])
  Downloading colored-1.4.4.tar.gz (36 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [41 lines of output]


你这就是下载到一半不下载报错了
试试 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tidevice

pip下载包后安装创建依赖失败。建议“换源换网”多次试试,没准就可以成功pip了哩。我目前版本的python 没能pip pandas and numpy,报错跟您一样,经常pip,现在内安装好了numpy 。😋😋