我无法从 Git 安装软件包

问题描述 投票:0回答:1

我是一名开发人员,正在从事一个人脸识别项目。但是当我只想安装 pip install """pip install git+https://github.com/ageitgey/face_recognition_models""" 但当我将其写入 cmd 时,出现此错误: """ error: RPC failed; curl 92 HTTP/2 流 3 未完全关闭:取消(错误 8) 错误:仍需要 7500 字节的正文 fetch-pack:读取边带数据包时意外断开连接 致命:早期 EOF 致命:索引包失败 致命:无法从 promisor 远程获取 d4a2c4405ec2e962c521a13af91bf5f7098a62a8 警告:克隆成功,但结帐失败。 您可以使用“git status”检查签出的内容 并使用 'git Restore --source=HEAD :/' 重试

错误:子进程退出并出现错误

× git clone --filter=blob:none --quiet

https://github.com/ageitgey/face_recognition_models 'C:\Users\kocta\AppData\Local\Temp\pip-req-build-j6wwwvuo' 做了没有运行成功。 │ 退出代码:128 ╰─> 请参阅上面的输出。

注意:此错误源自子进程,并且可能不是 pip 的问题。 错误:子进程退出并出现错误

× git clone --filter=blob:none --quiet

https://github.com/ageitgey/face_recognition_models 'C:\Users\kocta\AppData\Local\Temp\pip-req-build-j6wwwvuo' 做了没有运行成功。 │ 退出代码:128 ╰─> 输出见上文。

注意:此错误源自子进程,并且可能不是 pip 的问题。"""

我使用的是 Windows 10 和 Python 3.13.0。谢谢你:)

python
1个回答
0
投票
加载文件时似乎出现中断。您可以通过连接到不同的网络来重试吗?这可能会解决你的问题。连接到另一个网络后使用命令重试

pip install git+https://github.com/ageitgey/face_recognition_models
谢谢你

© www.soinside.com 2019 - 2024. All rights reserved.