AWS - 在Windows上安装EB CLI

时间:2016-04-01 09:24:23

标签: amazon-web-services

我正在尝试在EC2实例上安装弹性beanstalk CLI(运行AMI)我在Windows上安装EB CLI,

C:\windows\system32>pip install awsebcli
Collecting awsebcli
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connec
tion broken by 'ProtocolError('Connection aborted.', ConnectionRefusedError(1006
1, 'No connection could be made because the target machine actively refused it',
 None, 10061, None))': /simple/awsebcli/
  Could not find any downloads that satisfy the requirement awsebcli
  No distributions at all found for awsebcli

但我不能。我想这是一个代理问题,我不知道如何解决它

0 个答案:

没有答案