报错:
× git clone --filter=blob:none --quiet https://github.com/lvis-dataset/lvis-api.git /tmp/pip-req-build-d3u7v61l did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/lvis-dataset/lvis-api.git /tmp/pip-req-build-d3u7v61l did not run successfully.
│ exit code: 128
╰─> See above for output.
将
pip install git+https://github.com/lvis-dataset/lvis-api.git
修改为
pip install git+https://gitclone.com/github.com/lvis-dataset/lvis-api.git
git clone命令报错问题
博客记录了git clone命令执行时出现的报错信息,具体为执行git clone --filter=blob:none --quiet https://github.com/lvis-dataset/lvis-api.git /tmp/pip-req-build-d3u7v61l时退出码为128,提示错误源于子进程,可能并非pip问题。
1万+

被折叠的 条评论
为什么被折叠?



