liunx报错解决subprocess-exited-with-error × git clone --filter=blob:none --quiet https://github.com/lvis
【代码】liunx报错解决subprocess-exited-with-error × git clone --filter=blob:none --quiet https://github.com/lvis。
·
报错:
× 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
更多推荐
所有评论(0)