Я работаю над проектом по распознаванию лиц. Но когда я просто хотел установить pip install pip install git+https://github.com/ageitgey/face_recognition_models, когда я записываю это в cmd, я получил эту ошибку:
error: RPC failed; curl 92 HTTP/2 stream 3 was not closed cleanly: CANCEL (err 8)
error: 7500 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
fatal: could not fetch d4a2c4405ec2e962c521a13af91bf5f7098a62a8 from promisor remote
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/ageitgey/face_recognition_models 'C:\Users\kocta\AppData\Local\Temp\pip-req-build-j6wwwvuo' 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/ageitgey/face_recognition_models 'C:\Users\kocta\AppData\Local\Temp\pip-req-build-j6wwwvuo' 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.
Я использую Windows 10 и Python 3.13.0.
Как избежать этой ошибки?
Я работаю над проектом по распознаванию лиц. Но когда я просто хотел установить pip install pip install git+https://github.com/ageitgey/face_recognition_models, когда я записываю это в cmd, я получил эту ошибку: [code]error: RPC failed; curl 92 HTTP/2 stream 3 was not closed cleanly: CANCEL (err 8) error: 7500 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: index-pack failed fatal: could not fetch d4a2c4405ec2e962c521a13af91bf5f7098a62a8 from promisor remote warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/ageitgey/face_recognition_models 'C:\Users\kocta\AppData\Local\Temp\pip-req-build-j6wwwvuo' 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/ageitgey/face_recognition_models 'C:\Users\kocta\AppData\Local\Temp\pip-req-build-j6wwwvuo' 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. [/code] Я использую Windows 10 и Python 3.13.0. Как избежать этой ошибки?