Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LangServe Cmd('git') failed due to: exit code(128) #689

Open
lucapqg opened this issue Jun 19, 2024 · 0 comments
Open

LangServe Cmd('git') failed due to: exit code(128) #689

lucapqg opened this issue Jun 19, 2024 · 0 comments

Comments

@lucapqg
Copy link

lucapqg commented Jun 19, 2024

I'm not getting create a new LangChain project and install this as the only package. Does anyone have a solution for this?

│ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
│ │ errstr = b"Cloning into │ │
│ │ '/home/luca/.config/langchain/git_repos/langchain_ai… │ │
│ │ p_stderr = <_io.TextIOWrapper name=6 encoding='UTF-8'> │ │
│ │ read_all_from_possibly_closed_stream = <function │ │
│ │ Git.AutoInterrupt.wait..read_all_from_possib… │ │
│ │ at 0x7fad00b3de10> │ │
│ │ self = <git.cmd.Git.AutoInterrupt object at 0x7fad00b735c0> │ │
│ │ status = 128 │ │
│ │ stderr = "Cloning into │ │
│ │ '/home/luca/.config/langchain/git_repos/langchain_ai… │ │
│ │ stderr_b = b"Cloning into │ │
│ │ '/home/luca/.config/langchain/git_repos/langchain_ai… │ │
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --branch=master --depth=1 -- https://github.com/langchain-ai/langchain.git
/home/luca/.config/langchain/git_repos/langchain_ai_langchain_git_4fe265c3
stderr: 'Cloning into '/home/luca/.config/langchain/git_repos/langchain_ai_langchain_git_4fe265c3'...
POST git-upload-pack (364 bytes)
POST git-upload-pack (194 bytes)
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 1248 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant