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

download the model error #2600

Open
lemon1-ui opened this issue Oct 22, 2024 · 1 comment
Open

download the model error #2600

lemon1-ui opened this issue Oct 22, 2024 · 1 comment

Comments

@lemon1-ui
Copy link

When I downloaded the model by -e git+https://github.com/OpenNMT/OpenNMT-py.git@1b1e6c1ce5b29d09e87881797dce786148f51090#egg=OpenNMT_py, I encountered the error as follows:

image

@callmemikhail
Copy link

callmemikhail commented Dec 11, 2024

Exit code 128 means that Git (in your case -- cloning) has encountered a “fatal” error, which makes it impossible to correctly terminate the program after it occurs

The error was caused by a failed completed operation. In your case:
GnuTLS recv error (-110): The TLS connection was non-properly terminated

You might find it helpful:

apt-get install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000

( https://blog.csdn.net/qq_36393978/article/details/127531104
argoproj/argo-cd#3994 )

Also:
https://stackoverflow.com/questions/52529639/gnutls-recv-error-110-the-tls-connection-was-non-properly-terminated

You can also reinstall Git. The debugging information says:
“This error originates from a subprocess, and is likely not a problem with pip.”
So there is no point in fixing pip

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

2 participants