安装paddlehub失败 和git仓库有关?

问题遇到的现象和发生背景

安装paddlehub失败

运行代码为pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --default-timeout=100 paddlehub

运行结果及报错内容


)

报错内容为

Building wheel for onnx (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for onnx (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [80 lines of output]
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.

img

ERROR: Failed building wheel for onnx
Failed to build onnx
ERROR: Could not build wheels for onnx, which is required to install pyproject.toml-based projects

已经自己解决了

发现没有在anaconda的虚拟环境下安装paddlepaddle
安装后 用上面的指令后 报了一些six packaging的一些错 这个csdn里有解决方法
完成后截图是这样的(pip show paddlehub 验证)

img