无法在我的Linux测试服务器上安装任何软件包

时间:2018-08-16 10:51:53

标签: python packages

能帮我吗?我无法安装以下软件包或任何其他软件包。

obevt021:~ # pip install paramiko
Collecting paramiko
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(104, 'Connection reset by peer'))': /simple/paramiko/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(104, 'Connection reset by peer'))': /simple/paramiko/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(104, 'Connection reset by peer'))': /simple/paramiko/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(104, 'Connection reset by peer'))': /simple/paramiko/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(104, 'Connection reset by peer'))': /simple/paramiko/
  Could not find a version that satisfies the requirement paramiko (from versions: )
No matching distribution found for paramiko

1 个答案:

答案 0 :(得分:0)

尝试使用以下方法升级点子:

pip install --upgrade pip

python -m pip install --upgrade pip