zetavg/LLaMA-LoRA-Tuner

I always running into those error messages when installing dependencies.

Icylanding opened this issue · 1 comments

Running command git clone --filter=blob:none --quiet https://github.com/huggingface/peft.git /tmp/pip-install-x68u1j5h/peft_61c54bf9fa7f44718ba4c52407a011e8
fatal: unable to access 'https://github.com/huggingface/peft.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/huggingface/peft.git /tmp/pip-install-x68u1j5h/peft_61c54bf9fa7f44718ba4c52407a011e8 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/huggingface/peft.git /tmp/pip-install-x68u1j5h/peft_61c54bf9fa7f44718ba4c52407a011e8 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.

Running command git fetch -q https://github.com/huggingface/transformers.git 3f96e0b4e483c4c7d4ec9dcdc24b0b0cdf31ea5c
Running command git checkout -q 3f96e0b4e483c4c7d4ec9dcdc24b0b0cdf31ea5c
fatal: unable to access 'https://github.com/huggingface/transformers.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.

It looks like a network problem, but I tried different computers and different network environments. It still has the same error messages.

module 'PIL.Image' has no attribute 'Resampling'