南飓风 发表于 2024-9-14 05:58:42

liunx报错办理subprocess-exited-with-error × git clone --filter=blob:n

报错:
  × 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

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: liunx报错办理subprocess-exited-with-error × git clone --filter=blob:n