Amazon web services Can';在新重新格式化的ubuntu 18.04上安装localstack?

Amazon web services Can';在新重新格式化的ubuntu 18.04上安装localstack?,amazon-web-services,localstack,Amazon Web Services,Localstack,我很难安装localstack。这是在一台新重新格式化的ubuntu pc上。我一直收到以下错误: (test which virtualenv || pip install --user virtualenv) && (test -e .venv || virtualenv .venv) && (test ! -e requirements.txt || (. .venv/bin/activate; pip -q install -r requirement

我很难安装localstack。这是在一台新重新格式化的ubuntu pc上。我一直收到以下错误:

(test which virtualenv || pip install --user virtualenv) && 
(test -e .venv || virtualenv .venv) && 
(test ! -e requirements.txt || (. .venv/bin/activate; pip -q install -r requirements.txt) && 
. .venv/bin/activate; PYTHONPATH=. exec python localstack/services/install.py testlibs)
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f13119c7910>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/airspeed/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f13119c7b90>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/airspeed/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f13119c7cd0>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/airspeed/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f13119c7e10>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/airspeed/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f13119c7f50>: Failed to establish a new connection: [Errno -3] Try again',)': /simple/airspeed/
Could not find a version that satisfies the requirement airspeed==0.5.5.dev20160812 (from -r requirements.txt (line 4)) (from versions: )
No matching distribution found for airspeed==0.5.5.dev20160812 (from -r requirements.txt (line 4))
(测试安装哪个virtualenv | | pip——用户virtualenv)和
(测试-e.venv | | virtualenv.venv)和
(test!-e requirements.txt | |(…venv/bin/activate;pip-q安装-r requirements.txt)和
..venv/bin/activate;PYTHONPATH=.exec python localstack/services/install.py testlibs)
“NewConnectionError(':无法建立新连接:[Errno-3]重试',)”:/simple/airspeed/
“NewConnectionError(':无法建立新连接:[Errno-3]重试',)”:/simple/airspeed/
“NewConnectionError(':无法建立新连接:[Errno-3]重试',)”:/simple/airspeed/
“NewConnectionError(':无法建立新连接:[Errno-3]重试',)”:/simple/airspeed/
“NewConnectionError(':无法建立新连接:[Errno-3]重试',)”:/simple/airspeed/
找不到满足要求空速==0.5.5.dev20160812的版本(来自-r requirements.txt(第4行))(来自版本:)
未找到空速==0.5.5.dev20160812的匹配分布(来自-r requirements.txt(第4行))

有人找到了解决办法吗?

经过大量的挖掘,我终于能够让它工作了。 我跟着这个真的很有帮助

因此,我决定使用 码头工人


正如我所见,你正试图逃跑

$> localstack start
这需要docker和docker组合

要以本机方式运行,您需要使用:

$> localstack start --host

我已经写了一步一步的博客来安装和运行本机。您可以参考:

它看起来有点像连接问题。。。你能ping规范的web服务器吗?
$> localstack start --host