0

I'm working on an ubuntu server and i want to install packages places inside a file txt.:

loguru~=0.5.3
pandas~=1.2.4
datasets~=1.15.1
git+git://github.com/guyrosin/transformers.git@fillmask_pipeline_fix#egg=transformers
tokenizers~=0.10.3
python-dotenv~=0.15.0
typeguard~=2.11.1
scipy~=1.7.1
scikit-learn~=1.0
natsort~=7.1.1
textsearch~=0.0.21
jsonpickle~=2.0.0
arrow~=1.2.0

When the system has to run the git clone command, i get this error:

 Cloning git://github.com/guyrosin/transformers.git (to revision fillmask_pipeline_fix) to /tmp/pip-install-8xu4e81w/transformers_b1f5176ea2074e93b7729f4fb8df1071
  Running command git clone --filter=blob:none --quiet git://github.com/guyrosin/transformers.git /tmp/pip-install-8xu4e81w/transformers_b1f5176ea2074e93b7729f4fb8df1071
  fatal: impossibile collegarsi a github.com:
  github.com[0: 140.82.121.4]: errno=Connessione scaduta

  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet git://github.com/guyrosin/transformers.git /tmp/pip-install-8xu4e81w/transformers_b1f5176ea2074e93b7729f4fb8df1071 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 git://github.com/guyrosin/transformers.git /tmp/pip-install-8xu4e81w/transformers_b1f5176ea2074e93b7729f4fb8df1071 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.

Does anyone know how to fix this problem? I'm not the administrator of this server , my professor gave me only credentials to log in and this account user is not a sudo user

I tried everything i saw in other posts, but nothing worked for me.

phd
  • 82,685
  • 13
  • 120
  • 165
Enrico1398
  • 21
  • 3
  • 1
    The protocol `git://` was disabled at Github long ago. Switch to `https://` or `ssh://` – phd Dec 21 '22 at 09:59

0 Answers0